From a86ebe541c985a2224d566553a686671aed9b64b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 13 Oct 2020 15:55:24 +0100 Subject: [PATCH] Install fix. --- apps/db_dump/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/db_dump/Makefile b/apps/db_dump/Makefile index 2f06f57f..1064e6e8 100644 --- a/apps/db_dump/Makefile +++ b/apps/db_dump/Makefile @@ -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: