Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Update bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Dec 3, 2019
1 parent e1d35c3 commit 955b008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export GO111MODULE=off
rm -rf build
rm -rf bin
go get -v
for GOOS in darwin linux windows; do
for GOARCH in 386 amd64; do
go build -v -o build/tomox-bot-$GOOS-$GOARCH
go build -v -o bin/tomox-bot-$GOOS-$GOARCH
done
done

0 comments on commit 955b008

Please sign in to comment.