aboutsummaryrefslogtreecommitdiffstats
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 4c1c83bc..116f6454 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: build
-build: git-bug
+build:
go generate
go build -tags=deploy_build .
@@ -8,4 +8,4 @@ install:
go generate
go install -tags=deploy_build .
-.PHONY: install
+.PHONY: build install