fermentord/Makefile

5 lines
83 B
Makefile
Raw Normal View History

2022-03-11 20:47:08 +01:00
build:
cd cmd/fermentord && GOARCH=arm GOARM=6 GOOS=linux go build
.PHONY: build