The executable now lives in the build directory, and since the build directory already contains the variant name there is no need to also add it to the executable. Signed-off-by: Damien George <damien@micropython.org>
13 lines
235 B
Makefile
13 lines
235 B
Makefile
# build a minimal interpreter
|
|
|
|
FROZEN_MANIFEST =
|
|
|
|
MICROPY_ROM_TEXT_COMPRESSION = 1
|
|
MICROPY_PY_BTREE = 0
|
|
MICROPY_PY_FFI = 0
|
|
MICROPY_PY_SOCKET = 0
|
|
MICROPY_PY_THREAD = 0
|
|
MICROPY_PY_TERMIOS = 0
|
|
MICROPY_PY_USSL = 0
|
|
MICROPY_USE_READLINE = 0
|