Skip to content

Commit

Permalink
Update linker flags for gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jul 14, 2016
1 parent aafcc3e commit 202b498
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 @@ -79,7 +79,7 @@ $(GOPATH)/bin/gh-release:
.PHONY: gendocs
gendocs: $(shell find cmd) pkg/minikube/cluster/assets.go
$(MKGOPATH)
cd $(GOPATH)/src/$(REPOPATH) && go run -ldflags="-X github.com/jimmidyson/minishift/pkg/version.version=$(shell cat VERSION)" gen_help_text.go
cd $(GOPATH)/src/$(REPOPATH) && go run -ldflags="$(MINIKUBE_LDFLAGS)" gen_help_text.go

.PHONY: release
release: clean deploy/iso/minishift.iso test $(GOPATH)/bin/gh-release cross
Expand Down

0 comments on commit 202b498

Please sign in to comment.