Install fix.

This commit is contained in:
Roger A. Light 2020-10-13 15:55:24 +01:00
parent 89733138bb
commit a86ebe541c

View File

@ -78,5 +78,11 @@ topic_tok.o : ../../src/topic_tok.c
utf8_mosq.o : ../../lib/utf8_mosq.c
${CROSS_COMPILE}${CC} $(CFLAGS_FINAL) -c $< -o $@
reallyclean: clean
clean :
-rm -f *.o mosquitto_db_dump
install:
uninstall: