]> Dogcows Code - chaz/git-codeowners/commitdiff
mark "check" target as phony
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 06:50:14 +0000 (23:50 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 06:50:14 +0000 (23:50 -0700)
Makefile

index 74425b9e8f8247c46cc1ced7d2da144c7ff13ea8..5b17a04cb131d96f7cb20eee3152f86f0fe71bca 100644 (file)
--- 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
 
This page took 0.022745 seconds and 4 git commands to generate.