4 lines
80 B
Makefile
4 lines
80 B
Makefile
|
linux:
|
||
|
GOOS=linux GOARCH=amd64 go build
|
||
|
mac:
|
||
|
GOOS=darwin GOARCH=amd64 go build
|