sim-modem/Makefile

8 lines
110 B
Makefile
Raw Normal View History

2024-08-06 17:37:20 +00:00
export GOOS=linux
export GOARCH=arm
export GOARM=6
export CGO_ENABLED=0
build:
@go build -o out/out main.go