summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-06-18 20:14:02 +0100
committerAndres Rey <[email protected]>2019-06-18 20:14:02 +0100
commitdb65ea7804d655ffc7a3cc478152cce70777ed4c (patch)
treeb01f67e33c4996e94ccba06e07f5da476079b48d /Makefile
parentf0b1288ca6d40c461df6b30296d77b9ac5425371 (diff)
Update PHONY in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8569846..e674684 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: test-all start test-7.3 test-7.2 test-7.1 test-7.0 stop
+.PHONY: test-all
test-all: start test-7.3 test-7.2 test-7.1 test-7.0 stop