From 946658f75962c0603967a887b6e88799e6dc3694 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 27 Feb 2023 17:43:56 +0100 Subject: Add *.core to clean target --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 34a9f38..68e0fd1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,4 +18,4 @@ test-app: ${OBJ} ${CC} ${LDFLAGS} -o $@ ${OBJ} clean: - rm -f test-app ${OBJ} + rm -f test-app ${OBJ} *.core -- cgit v1.2.3