summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-10-26 20:18:34 +0100
committerLars Wirzenius <liw@liw.fi>2010-10-26 20:18:34 +0100
commitfa357343d9a56568a0047797b3562a7c52295052 (patch)
tree90cc88ce2027013ea41bd37bf537f44ca1726789 /Makefile
parent9e54a34b9df1fe94208c9ebaa6b1a38ce88212f4 (diff)
downloaddynstr-fa357343d9a56568a0047797b3562a7c52295052.tar.gz
Clean up unittest temporary files in "make clean".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2b7145..ecfdb87 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,5 @@ check: all
valgrind --leak-check=full --quiet ./unittests
clean:
- rm -f *.o *.a *.so *.gcov *.gcda *.gcno core unittests
+ rm -f *.o *.a *.so *.gcov *.gcda *.gcno core unittests unittest.tmp.??????