aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1fead78..e711e05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-GOLINT = go run github.com/golang/lint/golint
+GOLINT = go run golang.org/x/lint/golint
STATICCHECK = go run honnef.co/go/tools/cmd/staticcheck
.PHONY: all
@@ -8,9 +8,6 @@ all: test
build:
go build
-.PHONY: generate
-generate: bindata.go
-
.PHONY: install
install:
go install .