From 8ab71b138b0b68d5e4ae6d7cbf644d19e2dae359 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 15 May 2016 17:59:54 +1200 Subject: Add 'all' dependency to test recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1