xref: /aosp_15_r20/external/AFLplusplus/utils/qemu_persistent_hook/Makefile (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1*08b48e0bSAndroid Build Coastguard Workerall:
2*08b48e0bSAndroid Build Coastguard Worker	$(CC) -no-pie test.c -o test
3*08b48e0bSAndroid Build Coastguard Worker	$(CC) -fPIC -shared read_into_rdi.c -o read_into_rdi.so
4*08b48e0bSAndroid Build Coastguard Worker
5*08b48e0bSAndroid Build Coastguard Workerclean:
6*08b48e0bSAndroid Build Coastguard Worker	rm -rf in out test read_into_rdi.so
7