diff options
-rw-r--r-- | test/Makefile | 2 |
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 |