blob: ac2a8079bb45a1f58533ba04fc4f573e25899fe3 (
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.static
BUILD=build-static
STATIC_BUILD=1
include mpy-cross.mk
|