about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:48:06 +0100
committerMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:48:06 +0100
commit0062a14aa32ffbf38c10a15b3cae97a63a6b3272 (patch)
treee6e027d180cf6585f44918b43168fcf88d8801bf
parenta0eee2bd92cb819758e54bbac9b8d8ec7daa0764 (diff)
downloadafl++-0062a14aa32ffbf38c10a15b3cae97a63a6b3272.tar.gz
makefile update
-rw-r--r--utils/argv_fuzzing/Makefile2
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