1
0
mirror of https://github.com/strongdm/comply synced 2024-06-25 19:44:24 +00:00

brew goal should not compile assets, which depends on go get

This commit is contained in:
Justin McCarthy 2018-06-09 22:27:49 -07:00
parent 65dddc4332
commit fc1a1d9abc
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -24,7 +24,7 @@ dist: clean
cd dist && tar -czvf comply-$(VERSION)-darwin-amd64.tgz comply-$(VERSION)-darwin-amd64
cd dist && tar -czvf comply-$(VERSION)-linux-amd64.tgz comply-$(VERSION)-linux-amd64
brew: clean assets $(GO_SOURCES)
brew: clean $(GO_SOURCES)
$(eval VERSION := $(shell cat version))
$(eval LDFLAGS := -ldflags='-X "github.com/strongdm/comply/internal/cli.Version=$(VERSION)"')
mkdir bin