aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/mpy-cross/Makefile.fuzz
blob: 0fbbe9b647ae50cb1818ae1a4b4c0488be1b5cc7 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT

PROG=mpy-cross.fuzz
BUILD=build-static
STATIC_BUILD=1
CC=afl-clang-fast
include mpy-cross.mk