From 48ca3351bcde4867d9888c76d8b6580427247a22 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 7 Sep 2021 23:16:54 +0200 Subject: Makefile: remove compiled tests on clean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2