From: Sandro Santilli Date: Mon, 7 Nov 2016 14:31:44 +0000 (+0100) Subject: Hush dangerous GNU comment, mark "check" rule as phony X-Git-Tag: v1.0.0~210 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f430d26f7ee7530e9613e6fe5055bec12d7f4d92;p=gitea.git Hush dangerous GNU comment, mark "check" rule as phony --- diff --git a/Makefile b/Makefile index 3a2f80053b..6cd94473ed 100644 --- 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