Skip to content

Instantly share code, notes, and snippets.

@kurehajime
Created August 23, 2015 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurehajime/ba2cacb30b5c446cac65 to your computer and use it in GitHub Desktop.
Save kurehajime/ba2cacb30b5c446cac65 to your computer and use it in GitHub Desktop.
gox build
gox -output "bin/{{.OS}}_{{.Arch}}/{{.Dir}}"
@kurehajime
Copy link
Author

kurehajime commented Jun 16, 2016

gox -output "bin/{{.OS}}_{{.Arch}}/{{.Dir}}" ./...

こうすればサブディレクトリまでビルドできる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment