Skip to content

Commit

Permalink
Add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Jun 16, 2016
1 parent 62a3f5c commit b6d5b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
GOOS=linux GOARCH=amd64 go build -o stout-linux src/*
GOOS=darwin GOARCH=amd64 go build -o stout-osx src/*
GOOS=windows GOARCH=amd64 go build -o stout-windows.exe src/*

0 comments on commit b6d5b5b

Please sign in to comment.