aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLucid One <LucidOne@users.noreply.github.com>2018-03-07 14:37:27 -0500
committerTad Fisher <tadfisher@gmail.com>2018-03-07 11:43:03 -0800
commit778400313da4533a5fb9e5940df79249ebcbe140 (patch)
tree202955c2f9dc16a7e35baf43e2246f8c74819ccc /test
parent6f5f35fd167177e3e18639593d540207c74992c1 (diff)
Marked debug target as .PHONY
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5cc4e57..16da562 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -64,5 +64,5 @@ aggregate-results: $(T)
lint:
shellcheck -s bash setup.sh
-.PHONY: all test prove $(T) pre-clean clean lint
+.PHONY: all debug test prove $(T) pre-clean clean lint
.PHONY: aggregate-results-and-cleanup aggregate-results