unix/Makefile: Enable frozen bytecode modules dir.
This commit is contained in:
parent
ddf0b7dbc3
commit
5c312861a6
|
@ -2,6 +2,7 @@
|
|||
include ../py/mkenv.mk
|
||||
|
||||
FROZEN_DIR = scripts
|
||||
FROZEN_MPY_DIR = modules
|
||||
|
||||
# define main target
|
||||
PROG = micropython
|
||||
|
|
Loading…
Reference in New Issue