summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-25 12:09:18 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-25 18:12:04 -0500
commit01f6bc76c9613db70c3ef41c2c62ae3fc8d2d431 (patch)
treeb7d6a618f7ed9a284c76860635b0f48e8cbf5924 /test
parentf329eee8c5b92306ab12646580f6f3743f3ca812 (diff)
downloadlibfaketime-01f6bc76c9613db70c3ef41c2c62ae3fc8d2d431.tar.gz
clean up after syscall_test properly
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 572e604..e19a7bc 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,7 +44,7 @@ use_lib_%: use_lib_%.c lib%.so
${CC} -L. -o $@ ${CFLAGS} $< -l$*
clean:
- @rm -f ${OBJ} timetest getrandom_test lib*.o lib*.so use_lib_random use_lib_getpid
+ @rm -f ${OBJ} timetest getrandom_test lib*.o lib*.so use_lib_random use_lib_getpid syscall_test
distclean: clean
@echo