diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,5 @@ GOLINT = go run github.com/golang/lint/golint STATICCHECK = go run honnef.co/go/tools/cmd/staticcheck -GOBINDATA = go run github.com/go-bindata/go-bindata/go-bindata .PHONY: all all: test @@ -12,9 +11,6 @@ build: .PHONY: generate generate: bindata.go -bindata.go: templates/* - $(GOBINDATA) templates - .PHONY: install install: go install . |