diff --git a/test/Makefile b/test/Makefile index 5d66d39..986a143 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,9 +3,7 @@ .SUFFIXES: .SUFFIXES: .test -TEST = bare luks lvm zfs - -all: ${TEST} +all: bare luks lvm zfs .test: ./$< > $@.out 2>&1