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
|