Skip to content
Snippets Groups Projects
Commit 7ab09824 authored by Bensong Liu's avatar Bensong Liu
Browse files

init

parent 1f9f765b
No related branches found
No related tags found
No related merge requests found
name = port-fwd
build:
GOOS=windows GOARCH=amd64 go build -o $(name).win64.exe main.go
GOOS=windows GOARCH=386 go build -o $(name).win32.exe main.go
go build -o $(name).linux.bin main.go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment