Skip to content

Commit

Permalink
Add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eckels authored and Stephen Eckels committed Aug 19, 2022
1 parent ed66184 commit 2ace40c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export GOOS=linux
go build && mv GoReSym GoReSym_lin
export GOOS=windows
go build && mv GoReSym.exe GoReSym_win.exe
export GOOS=darwin
go build && mv GoReSym GoReSym_mac
export GOOS=linux

0 comments on commit 2ace40c

Please sign in to comment.