about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:44:49 +0100
committerMaciej Domanski <maciej.domanski@trailofbits.com>2022-12-27 15:44:49 +0100
commita0eee2bd92cb819758e54bbac9b8d8ec7daa0764 (patch)
tree47485a597f4da666d8763f42f6913cd6b536ae7b
parent6fe38b2138ed993f3af28fc5ab92fda8f7542ef7 (diff)
downloadafl++-a0eee2bd92cb819758e54bbac9b8d8ec7daa0764.tar.gz
makefile update
-rw-r--r--utils/argv_fuzzing/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/argv_fuzzing/Makefile b/utils/argv_fuzzing/Makefile
index 183f6bf8..dfdd0f8e 100644
--- a/utils/argv_fuzzing/Makefile
+++ b/utils/argv_fuzzing/Makefile
@@ -56,3 +56,7 @@ install: argvfuzz32.so argvfuzz64.so
 
 clean:
 	rm -f argvfuzz32.so argvfuzz64.so
+
+demo:
+	../../afl-clang-fast -o argv_fuzz_demo argv_fuzz.c
+	../../afl-clang-fast -o argv_fuzz_persistent_demo argv_fuzz_persistent_demo.c
\ No newline at end of file