Browse Source

Hush dangerous GNU comment, mark "check" rule as phony

master
Sandro Santilli Andrey Nering 8 years ago
parent
commit
f430d26f7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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


Loading…
Cancel
Save