Skip to content

Commit

Permalink
Merge pull request qaisjp#142 from codeurimpulsif/makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp authored Dec 27, 2022
2 parents 007d8e7 + 79d7b8f commit f4098ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release: $(RELEASE_ZIP) ## Package release artifact

$(BINARY): dep
@echo "🍳 Building $(BINARY)"
go build -i -v -o $(BINARY) -ldflags "-X main.version=$(GIT_TAG)-$(GIT_BRANCH).$(GIT_COMMIT)" $(BINARY_PKG_BUILD)
go build -v -o $(BINARY) -ldflags "-X main.version=$(GIT_TAG)-$(GIT_BRANCH).$(GIT_COMMIT)" $(BINARY_PKG_BUILD)

$(RELEASE_ZIP): $(BINARY)
@echo "🍳 Building $(RELEASE_ZIP)"
Expand Down

0 comments on commit f4098ec

Please sign in to comment.