add topic matcher
This commit is contained in:
4
Makefile
4
Makefile
@ -11,10 +11,10 @@ VERSION:=$(shell cat VERSION)
|
||||
.PHONY: all
|
||||
all: mqttauditing
|
||||
|
||||
mqttauditing: mqttauditing.o mqttreceiver.o logging.o ringbuffer.o version.o
|
||||
mqttauditing: mqttauditing.o mqttreceiver.o mqtttopicmatcher.o logging.o ringbuffer.o version.o
|
||||
$(CC) -o $@ $(LDFLAGS) $^
|
||||
|
||||
tests: tests.o ringbuffer.o
|
||||
tests: tests.o ringbuffer.o mqtttopicmatcher.o
|
||||
$(CC) -o $@ $(LDFLAGS) -lcunit $^
|
||||
|
||||
version.o: version.c VERSION
|
||||
|
Reference in New Issue
Block a user