mqtt2exec/Makefile
2024-12-22 20:19:23 +01:00

6 lines
No EOL
126 B
Makefile

all: mqtt2exec
.PHONY: mqtt2exec
mqtt2exec:
GOOS=linux GOARCH=arm go build -o mqtt2exec
arm-linux-gnueabihf-strip mqtt2exec