Skip to content

Commit

Permalink
better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Saso Matejina committed Nov 1, 2016
1 parent b8ad037 commit a8ceab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Build all Versions of Up in the bin directory
#
GOOS=linux GOARCH=amd64 go build -o bin/linux/go-sync-mongo
GOOS=darwin GOARCH=amd64 go build -o bin/macos/go-sync-mongo
GOOS=windows GOARCH=amd64 go build -o bin/windows/go-sync-mongo.exe
GOOS=linux GOARCH=amd64 go build -o bin/go-sync-mongo-linux-amd64
GOOS=darwin GOARCH=amd64 go build -o bin/go-sync-mongo-darwin-amd64
GOOS=windows GOARCH=amd64 go build -o bin/go-sync-mongo-windows-amd64.exe

0 comments on commit a8ceab8

Please sign in to comment.