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