Skip to content

Commit

Permalink
Depend on gox for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gwozdziewycz committed Feb 28, 2017
1 parent f1a91e4 commit 76f619c
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 @@ -8,7 +8,7 @@ build:
install:
go install -a -ldflags "-X ${LINKER_VERSION_SYMBOL} ${LINKER_VERSION}" ./...

release:
release: gox
{\
TMP=$$(mktemp -d -t agentmon.XXXXX); \
for arch in $(ARCHES); do \
Expand Down

0 comments on commit 76f619c

Please sign in to comment.