Skip to content

Commit

Permalink
Trying this
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Aug 18, 2018
1 parent ad017bb commit 1c71567
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 @@ -26,7 +26,7 @@ bin_windows = $(windows_dir)/$(bin_name)
# -----------------------------------------------------------------------------

all:
go get -u -t -d ./...
go get -u -t ./...
go get -u github.com/mitchellh/gox/...
gox -osarch=linux/amd64 -output=$(bin_linux) .
gox -osarch=darwin/amd64 -output=$(bin_darwin) .
Expand Down

0 comments on commit 1c71567

Please sign in to comment.