1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 23:14:22 +00:00
This commit is contained in:
Justin McCarthy 2018-05-10 17:58:07 -07:00
parent 0986a313bc
commit 2d0b13fb63
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -18,7 +18,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
brew: clean assets $(GO_SOURCES)
$(eval VERSION := $(shell cat version))
$(eval LDFLAGS := -ldflags='-X "cli.Version=$(VERSION)"')
mkdir bin