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