diff options
author | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:48:06 +0100 |
---|---|---|
committer | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:48:06 +0100 |
commit | 0062a14aa32ffbf38c10a15b3cae97a63a6b3272 (patch) | |
tree | e6e027d180cf6585f44918b43168fcf88d8801bf | |
parent | a0eee2bd92cb819758e54bbac9b8d8ec7daa0764 (diff) | |
download | afl++-0062a14aa32ffbf38c10a15b3cae97a63a6b3272.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 dfdd0f8e..bf4ae81d 100644 --- a/utils/argv_fuzzing/Makefile +++ b/utils/argv_fuzzing/Makefile @@ -58,5 +58,5 @@ clean: rm -f argvfuzz32.so argvfuzz64.so demo: - ../../afl-clang-fast -o argv_fuzz_demo argv_fuzz.c + ../../afl-clang-fast -o argv_fuzz_demo argv_fuzz_demo.c ../../afl-clang-fast -o argv_fuzz_persistent_demo argv_fuzz_persistent_demo.c \ No newline at end of file |