74bf17bb0d
This assumes you have properly install afl-fuzz with afl-clang-fast. Tested with AFLplusplus 2.60c-75-g2c6847b.
7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
|
PROG=mpy-cross.fuzz
|
|
BUILD=build-static
|
|
STATIC_BUILD=1
|
|
CC=afl-clang-fast
|
|
include mpy-cross.mk
|