xref: /aosp_15_r20/external/AFLplusplus/utils/persistent_mode/Makefile (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1*08b48e0bSAndroid Build Coastguard Workerall:
2*08b48e0bSAndroid Build Coastguard Worker	../../afl-clang-fast -o persistent_demo persistent_demo.c
3*08b48e0bSAndroid Build Coastguard Worker	../../afl-clang-fast -o persistent_demo_new persistent_demo_new.c
4*08b48e0bSAndroid Build Coastguard Worker	AFL_DONT_OPTIMIZE=1 ../../afl-clang-fast -o test-instr test-instr.c
5*08b48e0bSAndroid Build Coastguard Worker
6*08b48e0bSAndroid Build Coastguard Workerdocument:
7*08b48e0bSAndroid Build Coastguard Worker	AFL_DONT_OPTIMIZE=1 ../../afl-clang-fast -D_AFL_DOCUMENT_MUTATIONS -o test-instr test-instr.c
8*08b48e0bSAndroid Build Coastguard Worker
9*08b48e0bSAndroid Build Coastguard Workerclean:
10*08b48e0bSAndroid Build Coastguard Worker	rm -f persistent_demo persistent_demo_new test-instr
11