Skip to content

Commit

Permalink
Merge pull request #19 from gbraad/master
Browse files Browse the repository at this point in the history
Fixes #11 Change binary name to include origin/dependency
  • Loading branch information
guillaumerose authored May 18, 2021
2 parents 2902819 + eadda90 commit ee7100e
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 @@ -4,7 +4,7 @@ BUILD_DIR ?= out

GOPATH ?= $(shell go env GOPATH)

BINARY_NAME := admin-helper
BINARY_NAME := crc-admin-helper
RELEASE_DIR ?= release

LDFLAGS := -X main.Version=$(VERSION) -extldflags='-static' -s -w $(GO_LDFLAGS)
Expand Down

0 comments on commit ee7100e

Please sign in to comment.