11 lines
289 B
Makefile
11 lines
289 B
Makefile
TARGETS= short.efs short.xfs
|
|
|
|
default all: $(TARGETS)
|
|
|
|
short.efs:
|
|
../xp_cmp -i "Backup and Restore" -N 20 log.5* log.6*jan*efs* log.6*feb*efs* log.6*mar*efs* > short.efs
|
|
|
|
short.xfs:
|
|
../xp_cmp -i "Backup and Restore" -N 20 log.5* log.6*jan*xfs* log.6*feb*xfs* log.6*mar*xfs* > short.xfs
|
|
|