Skip to content

Commit f430d26

Browse files
strkandreynering
authored andcommitted
Hush dangerous GNU comment, mark "check" rule as phony
1 parent 3f18111 commit f430d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lint:
6262
test:
6363
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
6464

65-
# As for GNU Coding Standard
65+
.PHONY: check
6666
check: test
6767

6868
.PHONY: install

0 commit comments

Comments
 (0)