summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2022-05-08 19:20:51 +0200
committerUli Schlachter <psychon@znc.in>2022-05-08 19:20:51 +0200
commit0f79f21e11f1928bbb081782ef50bbf1cf971316 (patch)
tree36c620ed5c6b9956ec7fc02f960e0f95a923c7a9
parent450d5d4549c391279650fb5d270ad59c3fc4e289 (diff)
downloadlibfaketime-0f79f21e11f1928bbb081782ef50bbf1cf971316.tar.gz
Add libmallocintercept.so to make clean
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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