Skip to content

Commit

Permalink
Add build all script back
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr committed Aug 15, 2023
1 parent 5bd7789 commit 794ea18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 794ea18

Please sign in to comment.