aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-03 22:20:33 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-03 22:20:33 +0100
commitc0683663affb71091d7952575f3ee06e30bf9259 (patch)
tree9f244c00a57b818bac21773702d43ced44c1d1e2
parent553f25a356c6d56eb237b0906ac754bab8d7eb2f (diff)
downloadstring2-c0683663affb71091d7952575f3ee06e30bf9259.tar.gz
string2-c0683663affb71091d7952575f3ee06e30bf9259.zip
Correct the clean target in test directory
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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