mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
clean up after syscall_test properly
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user