mirror of
https://github.com/micropython/micropython.git
synced 2025-09-10 11:50:40 +02:00
6 lines
105 B
Makefile
6 lines
105 B
Makefile
PROG ?= micropython-dev
|
|
|
|
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
|
|
|
|
MICROPY_ROM_TEXT_COMPRESSION = 1
|