diff options
| author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-26 10:00:26 +1300 |
|---|---|---|
| committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-26 10:00:26 +1300 |
| commit | 3021a90f7aa42bda18b0dd6a6e97f1c8f0dddee4 (patch) | |
| tree | 70ece5662e50e59db04e6eb919d07340bdc6ce59 | |
| parent | ca12dbdd83bdcd58a2aec5a87cf2d68b7be5b7c7 (diff) | |
| download | cue-bin-split-3021a90f7aa42bda18b0dd6a6e97f1c8f0dddee4.tar.xz | |
Add 'test' to makefile phony targets
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ test: all clean: rm -vf cue-bin-split *.o -.PHONY: all clean +.PHONY: all clean test |
