Browse Source

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

tags/v1.2.0-rc1
Sandro Santilli Andrey Nering 9 years ago
parent
commit
5359fddd29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -62,7 +62,7 @@ lint:
test: test:
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done; 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 check: test


.PHONY: install .PHONY: install


Loading…
Cancel
Save