mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Update & BugFix Add GatewayTester
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,7 +4,8 @@ APPL := mainGateway
|
||||
LPROGNAME := MQTT-SNLogmonitor
|
||||
LAPPL := mainLogmonitor
|
||||
|
||||
CONFIG := MQTTSNGateway/param.conf
|
||||
CONFIG := MQTTSNGateway/gateway.conf
|
||||
CLIENTS := MQTTSNGateway/clients.conf
|
||||
|
||||
SRCDIR := MQTTSNGateway/src
|
||||
SUBDIR := MQTTSNPacket/src
|
||||
@@ -106,5 +107,6 @@ install:
|
||||
cp -pf $(PROG) ../
|
||||
cp -pf $(LPROG) ../
|
||||
cp -pf $(CONFIG) ../
|
||||
cp -pf $(CLIENTS) ../
|
||||
|
||||
|
||||
Reference in New Issue
Block a user