fermentord/Makefile

5 lines
83 B
Makefile
Raw Normal View History

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