Added local compilation. Cleaning.

This commit is contained in:
2024-08-06 20:37:20 +03:00
parent 026c1aa3bb
commit 6a96656434
10 changed files with 100 additions and 123 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
export GOOS=linux
export GOARCH=arm
export GOARM=6
export CGO_ENABLED=0
build:
@go build -o out/modem main.go