makefile update

This commit is contained in:
Maciej Domanski 2022-12-27 15:48:06 +01:00
parent a0eee2bd92
commit 0062a14aa3

View File

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