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