8 lines
112 B
Makefile
8 lines
112 B
Makefile
|
export GOOS=linux
|
||
|
export GOARCH=arm
|
||
|
export GOARM=6
|
||
|
export CGO_ENABLED=0
|
||
|
|
||
|
build:
|
||
|
@go build -o out/modem main.go
|