Skip to content

Commit

Permalink
Merge pull request #169 from manifoldco/fix-clean-build
Browse files Browse the repository at this point in the history
Fix clean building for releases
  • Loading branch information
jeffandersen authored Oct 25, 2017
2 parents 02da4e7 + 70be93c commit 4af04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ vendor/bin/$(notdir $(1)): vendor/$(1) | vendor
go build -o $$@ ./vendor/$(1)
VENDOR_BINS += vendor/bin/$(notdir $(1))
vendor/$(1): Gopkg.lock
dep ensure
dep ensure -vendor-only
endef

$(foreach cmd_pkg,$(CMD_PKGS),$(eval $(call VENDOR_BIN_TMPL,$(cmd_pkg))))
Expand Down

0 comments on commit 4af04e7

Please sign in to comment.