summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-07 23:16:54 +0200
committerMattias Andrée <maandree@kth.se>2021-09-07 23:16:54 +0200
commit48ca3351bcde4867d9888c76d8b6580427247a22 (patch)
tree80ba54c2bcd82cf9db926d91dbde2544d224b791
parentSimplify code (diff)
downloadlibnumtext-48ca3351bcde4867d9888c76d8b6580427247a22.tar.gz
libnumtext-48ca3351bcde4867d9888c76d8b6580427247a22.tar.bz2
libnumtext-48ca3351bcde4867d9888c76d8b6580427247a22.tar.xz
Makefile: remove compiled tests on clean
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9532826..d5db58a 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ uninstall:
-rm -f -- "$(DESTDIR)$(PREFIX)/include/libnumtext.h"
clean:
- -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.gch *.gcov *.gcno *.gcda
+ -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.gch *.gcov *.gcno *.gcda *.test
.SUFFIXES:
.SUFFIXES: .lo .o .c .test .test.o