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