diff --git a/make.bash b/make.bash new file mode 100755 index 0000000..6a0040d --- /dev/null +++ b/make.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +# Required if you are using a 32-bit vyatta. Otherwise, comment it out +GOOS=linux +#GOARCH=386 + +go build any_proxy.go