From a65176667c8f61deac608aa49a0234392962b724 Mon Sep 17 00:00:00 2001 From: Norbert Heusser Date: Mon, 28 Nov 2022 15:48:30 +0000 Subject: [PATCH] Fixed cleanup in lib/Makefile Signed-off-by: Norbert Heusser --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 6811dc9e..ea90fcff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -101,7 +101,7 @@ uninstall : reallyclean : clean clean : - -rm -f *.o libmosquitto.so.${SOVERSION} libmosquitto.so libmosquitto.a *.gcno *.gcda + -rm -f ${MOSQ_OBJS} libmosquitto.so.${SOVERSION} libmosquitto.so libmosquitto.a *.gcno *.gcda $(MAKE) -C cpp clean libmosquitto.so.${SOVERSION} : ${MOSQ_OBJS}