clean up after syscall_test properly

This commit is contained in:
Daniel Kahn Gillmor
2021-02-25 12:09:18 -05:00
parent f329eee8c5
commit 01f6bc76c9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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