mirror of
https://github.com/strongdm/comply
synced 2024-11-22 15:44:55 +00:00
brew goal should not compile assets, which depends on go get
This commit is contained in:
parent
65dddc4332
commit
fc1a1d9abc
2
Makefile
2
Makefile
@ -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)-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 assets $(GO_SOURCES)
|
brew: clean $(GO_SOURCES)
|
||||||
$(eval VERSION := $(shell cat version))
|
$(eval VERSION := $(shell cat version))
|
||||||
$(eval LDFLAGS := -ldflags='-X "github.com/strongdm/comply/internal/cli.Version=$(VERSION)"')
|
$(eval LDFLAGS := -ldflags='-X "github.com/strongdm/comply/internal/cli.Version=$(VERSION)"')
|
||||||
mkdir bin
|
mkdir bin
|
||||||
|
Loading…
Reference in New Issue
Block a user