]> source.dussan.org Git - gitea.git/commitdiff
Hush dangerous GNU comment, mark "check" rule as phony
authorSandro Santilli <strk@kbt.io>
Mon, 7 Nov 2016 14:31:44 +0000 (15:31 +0100)
committerAndrey Nering <andrey.nering@gmail.com>
Mon, 7 Nov 2016 15:25:50 +0000 (13:25 -0200)
Makefile

index 3a2f80053b5b5e703bc0f6e7d2d782891e2836ed..6cd94473edddef46f5da9f5101d508eb50dc4a1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ lint:
 test:
        for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
 
-# As for GNU Coding Standard
+.PHONY: check
 check: test
 
 .PHONY: install