Skip to content

Commit

Permalink
Update Managed Files (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation authored Mar 9, 2024
1 parent 5890030 commit 1e6de25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ all: fmt lint vet build
.PHONY: build
build: $(BIN) ; $(info $(M) building executable…) @ ## Build program binary
$Q CGO_ENABLED=0 $(GO) build \
-ldflags "-X main.gitVersion=$$(git describe --tags) -X \"main.buildTime=$$(date -u '+%Y-%m-%d %H:%M:%S %Z')\"" \
-tags release \
-o $(BIN)/$(notdir $(basename $(MODULE)))$(binext) main.go
-o $(BIN)/$(notdir $(basename $(MODULE)))$(binext)
# Tools

$(BIN):
Expand Down

0 comments on commit 1e6de25

Please sign in to comment.