historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/capstone/suite/fuzz/Makefile
2024-01-16 11:20:27 -06:00

10 lines
166 B
Makefile

LIBNAME = capstone
fuzz_harness: fuzz_harness.o
${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
%.o: %.c
${CC} -c -I../../include $< -o $@
clean:
rm -rf *.o fuzz_harness