diff options
author | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:50:53 +0100 |
---|---|---|
committer | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:50:53 +0100 |
commit | 6e5c08b653d7d55c5d544601d9fb19fcc16edfd6 (patch) | |
tree | a8c7587e2aafb7dd294af0e13bcaf7a89ce2e4f8 | |
parent | 67ae1d583902a7e0a8a39c2b17321ffde045cd6d (diff) | |
download | afl++-6e5c08b653d7d55c5d544601d9fb19fcc16edfd6.tar.gz |
makefile update
-rw-r--r-- | utils/argv_fuzzing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/argv_fuzzing/Makefile b/utils/argv_fuzzing/Makefile index bf4ae81d..140a53de 100644 --- a/utils/argv_fuzzing/Makefile +++ b/utils/argv_fuzzing/Makefile @@ -55,7 +55,7 @@ install: argvfuzz32.so argvfuzz64.so if [ -f argvfuzz64.so ]; then set -e; install -m 755 argvfuzz64.so $(DESTDIR)$(HELPER_PATH)/; fi clean: - rm -f argvfuzz32.so argvfuzz64.so + rm -f argvfuzz32.so argvfuzz64.so argv_fuzz_demo argv_fuzz_persistent_demo demo: ../../afl-clang-fast -o argv_fuzz_demo argv_fuzz_demo.c |