From 0f79f21e11f1928bbb081782ef50bbf1cf971316 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 8 May 2022 19:20:51 +0200 Subject: Add libmallocintercept.so to make clean Signed-off-by: Uli Schlachter --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index a019c45..763ebc4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -76,7 +76,7 @@ use_lib_%: _use_lib_test.c snippets/%.c lib%.so ## cleanup and metainformation clean: - @rm -f ${OBJ} timetest getrandom_test syscall_test $(foreach f,${TEST_SNIPPETS},use_lib_${f} lib${f}.so run_${f}) variadic_promotion variadic/*.o repeat_random + @rm -f ${OBJ} timetest getrandom_test syscall_test $(foreach f,${TEST_SNIPPETS},use_lib_${f} lib${f}.so run_${f}) variadic_promotion variadic/*.o repeat_random libmallocintercept.so distclean: clean @echo -- cgit v1.2.1