6 lines
No EOL
126 B
Makefile
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
|