aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJ08nY2018-03-28 20:40:46 +0200
committerJ08nY2018-03-28 20:40:46 +0200
commit87172cc5798c4a45a66af054efe5d0258e76a953 (patch)
treebaf91084f51a0fbcfb52abd8e8cf707cf14e20d8 /test
parent0d3b110f107fb9f09b4b96f8f480b46d7068cd9e (diff)
downloadecgen-87172cc5798c4a45a66af054efe5d0258e76a953.tar.gz
ecgen-87172cc5798c4a45a66af054efe5d0258e76a953.tar.zst
ecgen-87172cc5798c4a45a66af054efe5d0258e76a953.zip
Diffstat (limited to 'test')
-rw-r--r--test/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/Makefile b/test/src/Makefile
index 2724260..675f2df 100644
--- a/test/src/Makefile
+++ b/test/src/Makefile
@@ -38,7 +38,7 @@ test_ecgen: $(TEST_OBJ) $(ECGEN_OBJ)
%.o: %.c
$(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<
-clean-all: clean clean-cov
+clean-all: clean
rm -f ./test_ecgen
clean: