mirror of
https://github.com/strongdm/comply
synced 2025-02-22 18:46:11 +00:00
brew
This commit is contained in:
parent
0986a313bc
commit
2d0b13fb63
2
Makefile
2
Makefile
@ -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)-darwin-amd64.tgz comply-$(VERSION)-darwin-amd64
|
||||||
cd dist && tar -czvf comply-$(VERSION)-linux-amd64.tgz comply-$(VERSION)-linux-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 VERSION := $(shell cat version))
|
||||||
$(eval LDFLAGS := -ldflags='-X "cli.Version=$(VERSION)"')
|
$(eval LDFLAGS := -ldflags='-X "cli.Version=$(VERSION)"')
|
||||||
mkdir bin
|
mkdir bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user