makefile update

This commit is contained in:
Maciej Domanski
2022-12-27 15:44:49 +01:00
parent 6fe38b2138
commit a0eee2bd92

View File

@ -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