fix makefile

Michael Muré created

Change summary

Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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