diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,8 +5,11 @@ all: install build: go build -v ./cmd/haminer +test: + CGO_ENABLED=1 go test -race ./... + lint: -golangci-lint run ./... -install: build lint +install: build test lint go install -v ./cmd/haminer |
