Cosmetics

This commit is contained in:
Andrei Pohilko
2022-11-08 14:37:48 +00:00
parent 2454fcf47c
commit dadf2d1bde
6 changed files with 23 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ pull: ; $(info $(M) Pulling source...) @
.PHONY: build
build: $(BIN) ; $(info $(M) Building executable...) @ ## Build program binary
$Q $(GO) build \
go build \
-ldflags '-X main.version=$(VERSION) -X main.buildDate=$(DATE)' \
-o bin/dashboard .