From: Charles McGarvey Date: Wed, 13 Nov 2019 06:50:14 +0000 (-0700) Subject: mark "check" target as phony X-Git-Tag: v0.43~2 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=commitdiff_plain;h=c76921e636493d2af705117fd58c642e90584d77 mark "check" target as phony --- diff --git a/Makefile b/Makefile index 74425b9..5b17a04 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ run: test: $(PROVE) -l$(if $(findstring 1,$(V)),v) t -.PHONY: all bootstrap clean cover debug dist distclean run test +.PHONY: all bootstrap check clean cover debug dist distclean run test