Skip to content

Commit

Permalink
fix-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent 41251b0 commit 141f488
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 @@ -21,7 +21,7 @@ run:

.PHONY: install
install: build
GOBIN=/usr/local/bin/ go install
GOBIN=/usr/local/bin/ go install -v -ldflags="-X '$(BUILD_INFO_PACKAGE_PATH).Version=development' -X '$(BUILD_INFO_PACKAGE_PATH).CommitSHA=$(GIT_COMMIT_SHA)' -X '$(BUILD_INFO_PACKAGE_PATH).Date=$(BUILD_DATE)'"

.PHONY: bats-test
bats-test:
Expand Down

0 comments on commit 141f488

Please sign in to comment.