Skip to content

Commit

Permalink
update buildall
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed Mar 8, 2022
1 parent 5bed246 commit 4f5fc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
eval "$(go tool dist list | awk -v FS=/ -v BIN=stc '{ print "GOOS=" $1 " GOARCH=" $2 " go build -o out/" BIN "-" $2 "-" gensub(/windows/, "windows.exe", "g", $1) }' )"
rm -f out/*
eval "$(go tool dist list | awk -v FS=/ -v BIN=stc '!/^(plan9|ios|js|android)/ { print "GOOS=" $1 " GOARCH=" $2 " go build -o out/" BIN "-" $2 "-" gensub(/windows/, "windows.exe", "g", $1) }' )"

0 comments on commit 4f5fc96

Please sign in to comment.