From 01f6bc76c9613db70c3ef41c2c62ae3fc8d2d431 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 25 Feb 2021 12:09:18 -0500 Subject: [PATCH] clean up after syscall_test properly --- .gitignore | 1 + test/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a63c72..7310425 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ test/use_lib_random test/use_lib_getpid test/repeat_random test/getentropy_test +test/syscall_test src/libfaketime.dylib.1 src/libfaketime.1.dylib 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