Initial commit
This commit is contained in:
commit
0b1065e993
6 changed files with 128 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all: mqtt2exec
|
||||
.PHONY: mqtt2exec
|
||||
|
||||
mqtt2exec:
|
||||
GOOS=linux GOARCH=arm go build -o mqtt2exec
|
||||
arm-linux-gnueabihf-strip mqtt2exec
|
Loading…
Add table
Add a link
Reference in a new issue