Skip to content

Commit

Permalink
build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ixre committed Nov 27, 2020
1 parent cbea0e1 commit 145a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

rm -rf output
go install bin/tto.go
go install bin/*.go

CGO_ENABLED=0 GOOS=linux ARCH=amd64 go build -o tto bin/*.go
CGO_ENABLED=0 GOOS=darwin ARCH=amd64 go build -o mac-tto bin/*.go
Expand Down

0 comments on commit 145a8e3

Please sign in to comment.