From 2ec6901e92b0974d0d6725ae40c8b7ef1d8763e7 Mon Sep 17 00:00:00 2001 From: Norbert Heusser Date: Fri, 9 Dec 2022 18:01:07 +0000 Subject: [PATCH] Fixed target clean in apps/db_dump Makefile Signed-off-by: Norbert Heusser --- apps/db_dump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/db_dump/Makefile b/apps/db_dump/Makefile index ff09106a..7b9bee0f 100644 --- a/apps/db_dump/Makefile +++ b/apps/db_dump/Makefile @@ -41,7 +41,7 @@ stubs.o : stubs.c reallyclean: clean clean : - -rm -f *.o mosquitto_db_dump *.gcda *.gcno + -rm -f $(OBJS) $(BROKER_OBJS) mosquitto_db_dump *.gcda *.gcno install: