diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ 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 +check: test + .PHONY: install install: $(BIN)/$(EXECUTABLE) cp $< $(GOPATH)/bin/ |