From 2d0b13fb63ccf07a0da4953cf61fc5212e4f2e8f Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Thu, 10 May 2018 17:58:07 -0700 Subject: [PATCH] brew --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f65c47c..d1d6f73 100644 --- a/Makefile +++ b/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)-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