mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
14 lines
137 B
Batchfile
14 lines
137 B
Batchfile
|
|
|
|
echo "Build For Mac..."
|
|
set GOOS=darwin
|
|
set GOARCH=amd64
|
|
|
|
go build -o forward-server
|
|
|
|
echo "--------- Build For Mac Success!"
|
|
|
|
|
|
pause
|
|
|