mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 08:40:18 +01: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
|