From 0051ede482acd2058fd6ddfecb5f5eafe47962b6 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 Feb 2023 13:42:09 +0100 Subject: Add test-app and *.core to the clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1db2afa..136357f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: ${LIBNAME:=.so} ${LIBNAME:=.a} test-app all: ${LIBNAME:=.so} ${LIBNAME:=.a} clean: - rm -f *.o ${LIBNAME}.* + rm -f *.o ${LIBNAME}.* test-app *.core # Targets for testing application -- cgit v1.2.3