aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ec0764..8876322 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: pgm-interlace
pgm-interlace: pgm-interlace.o
-test:
+test: all
./test/test.sh
.PHONY: all clean clean-object test