aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f971a7..3dad251 100644
--- a/Makefile
+++ b/Makefile
@@ -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