diff options
author | Lucid One <LucidOne@users.noreply.github.com> | 2018-03-07 14:37:27 -0500 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-03-07 11:43:03 -0800 |
commit | 778400313da4533a5fb9e5940df79249ebcbe140 (patch) | |
tree | 202955c2f9dc16a7e35baf43e2246f8c74819ccc /test | |
parent | 6f5f35fd167177e3e18639593d540207c74992c1 (diff) | |
download | pass-otp-778400313da4533a5fb9e5940df79249ebcbe140.tar.gz pass-otp-778400313da4533a5fb9e5940df79249ebcbe140.zip |
Marked debug target as .PHONY
Diffstat (limited to 'test')
-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 |