Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trần Minh Hiếu authored and Trần Minh Hiếu committed Dec 28, 2023
1 parent 351a95b commit f11de25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ build-all:

.PHONY: build
build:
make build-web
go build \
-ldflags "-X main.version=$(VERSION) -X main.commitHash=$(COMMIT_HASH)" \
-o build/$(PROJECT_NAME) \
Expand Down

0 comments on commit f11de25

Please sign in to comment.