4 lines
83 B
Makefile
4 lines
83 B
Makefile
build:
|
|
cd cmd/fermentord && GOARCH=arm GOARM=6 GOOS=linux go build
|
|
|
|
.PHONY: build
|