Skip to content

Commit

Permalink
Fix the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Nov 21, 2024
1 parent 5ac47ea commit f47b7c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ bin/keyconjurer: bin/
@go build \
-ldflags "\
-s -w \
-X main.Version=$(shell git rev-parse --short HEAD)-$(RELEASE) \
-X main.ClientID=$(CLIENT_ID) \
-X main.OIDCDomain=$(OIDC_DOMAIN) \
-X main.BuildTimestamp='$(TIMESTAMP)' \
-X main.ServerAddress=$(SERVER_ADDRESS)" \
-X github.com/riotgames/key-conjurer/command.Version=$(shell git rev-parse --short HEAD)-$(RELEASE) \
-X github.com/riotgames/key-conjurer/command.ClientID=$(CLIENT_ID) \
-X github.com/riotgames/key-conjurer/command.OIDCDomain=$(OIDC_DOMAIN) \
-X github.com/riotgames/key-conjurer/command.BuildTimestamp='$(TIMESTAMP)' \
-X github.com/riotgames/key-conjurer/command.ServerAddress=$(SERVER_ADDRESS)" \
-o bin/$(BUILD_TARGET)

bin/:
Expand Down

0 comments on commit f47b7c4

Please sign in to comment.