You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PROG=mpy-cross.static.exe
|
|
CROSS_COMPILE = x86_64-w64-mingw32-
|
|
BUILD=build-static-mingw
|
|
STATIC_BUILD=1
|
|
|
|
include mpy-cross.mk
|