From b71bab67491fd9602f7968a2e6b0ed99d2d70f14 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 6 Jan 2023 15:25:57 +0100 Subject: [PATCH] added vgcores to clean rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c9dc7d..4595133 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ app: $(CC) $(CFLAGS) $(SRC_CORE_APP) -o $(OUTPUT_APP) $(LIB_CORE) clean: - rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so + rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.* installHeader: installHeaderCore installHeaderLogger install: installHeader installLibCore installLibLogger installAppCore clean