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
Michael Muré created
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -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