integrated mqtt client

This commit is contained in:
2016-06-08 16:05:13 +02:00
parent 607f7af7f8
commit f36bd9d692
2 changed files with 94 additions and 47 deletions

View File

@ -23,7 +23,7 @@ TestModel.h: TestModel.c
myTestModelServer.o: myTestModelServer.c TestModel.h
myTestModelServer: myTestModelServer.o TestModel.o
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^ $(LIBS)
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^ $(LIBS) -lmosquitto
.c.o:
$(CC) $(CFLAGS) -c $<