historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/capstone/suite/fuzz/Makefile

11 lines
166 B
Makefile
Raw Normal View History

2024-01-16 17:20:27 +00:00
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