aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/mpy-cross/Makefile.fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/mpy-cross/Makefile.fuzz')
-rw-r--r--circuitpython/mpy-cross/Makefile.fuzz9
1 files changed, 9 insertions, 0 deletions
diff --git a/circuitpython/mpy-cross/Makefile.fuzz b/circuitpython/mpy-cross/Makefile.fuzz
new file mode 100644
index 0000000..0fbbe9b
--- /dev/null
+++ b/circuitpython/mpy-cross/Makefile.fuzz
@@ -0,0 +1,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