977b532c8f
For consistency with mpy-cross, and other unix tools in general.
5 lines
119 B
Makefile
5 lines
119 B
Makefile
# build interpreter with nan-boxing as object model (object repr D)
|
|
PROG = micropython-nanbox
|
|
|
|
MICROPY_FORCE_32BIT = 1
|