diff --git a/Makefile b/Makefile index 4d99af3..843e2ed 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ build: run: build @./dist/meshstream --verbose 2>&1 | go tool github.com/dpup/logista +baymesh: build + @./dist/meshstream --verbose --mqtt-topic-prefix "msh/US/bayarea" 2>&1 | go tool github.com/dpup/logista + # Generate Go code from Protocol Buffers gen-proto: tools @mkdir -p $(ROOT_DIR)/generated