aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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