Initial commit

This commit is contained in:
Łukasz Moskała 2024-12-22 20:19:23 +01:00
commit 0b1065e993
6 changed files with 128 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all: mqtt2exec
.PHONY: mqtt2exec
mqtt2exec:
GOOS=linux GOARCH=arm go build -o mqtt2exec
arm-linux-gnueabihf-strip mqtt2exec