diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-07 23:16:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-07 23:16:54 +0200 |
commit | 48ca3351bcde4867d9888c76d8b6580427247a22 (patch) | |
tree | 80ba54c2bcd82cf9db926d91dbde2544d224b791 | |
parent | Simplify code (diff) | |
download | libnumtext-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |