mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
makefile update
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user