aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-26 10:00:26 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-26 10:00:26 +1300
commit3021a90f7aa42bda18b0dd6a6e97f1c8f0dddee4 (patch)
tree70ece5662e50e59db04e6eb919d07340bdc6ce59
parentca12dbdd83bdcd58a2aec5a87cf2d68b7be5b7c7 (diff)
downloadcue-bin-split-3021a90f7aa42bda18b0dd6a6e97f1c8f0dddee4.tar.xz
Add 'test' to makefile phony targets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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