unix/Makefile: Enable frozen bytecode modules dir.

This commit is contained in:
Paul Sokolovsky 2017-05-12 18:31:22 +03:00
parent ddf0b7dbc3
commit 5c312861a6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
include ../py/mkenv.mk
FROZEN_DIR = scripts
FROZEN_MPY_DIR = modules
# define main target
PROG = micropython