2020-06-03 18:40:05 -04:00
|
|
|
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2021-10-15 09:53:58 -04:00
|
|
|
PROG=mpy-cross.static
|
2020-01-25 15:04:11 -05:00
|
|
|
CROSS_COMPILE = x86_64-w64-mingw32-
|
|
|
|
BUILD=build-static-mingw
|
|
|
|
STATIC_BUILD=1
|
|
|
|
|
2023-10-05 17:00:19 -04:00
|
|
|
include Makefile
|