From c0683663affb71091d7952575f3ee06e30bf9259 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 3 Feb 2023 22:20:33 +0100 Subject: Correct the clean target in test directory --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 5cc71c6..6b65bb0 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