From 3021a90f7aa42bda18b0dd6a6e97f1c8f0dddee4 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 26 Mar 2016 10:00:26 +1300 Subject: Add 'test' to makefile phony targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4acca27..fe35df0 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ test: all clean: rm -vf cue-bin-split *.o -.PHONY: all clean +.PHONY: all clean test -- cgit v1.1