diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONE: all build install +.PHONY: all build install all: install @@ -6,7 +6,7 @@ build: go build -v ./cmd/haminer lint: - -gometalinter --sort=path --disable=maligned ./... + -golangci-lint run ./... install: build lint go install -v ./cmd/haminer |
