aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-15 17:59:54 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-15 17:59:54 +1200
commit8ab71b138b0b68d5e4ae6d7cbf644d19e2dae359 (patch)
tree0a050190ee36129a8a8fe4a0ba29c893bfbf8575
parentd4b490b84d2bb6a871a71f175e28245cd0914c8f (diff)
downloadpgm-interlace-8ab71b138b0b68d5e4ae6d7cbf644d19e2dae359.tar.xz
Add 'all' dependency to test recipe
-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