From 2e91b2f6ebbb7850fb7766c3ad2d2f5c61402022 Mon Sep 17 00:00:00 2001 From: illiliti Date: Fri, 13 Aug 2021 13:16:14 +0300 Subject: [PATCH] test/Makefile: minor change --- test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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