diff options
-rw-r--r-- | unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index 06169ddac5..159b07c82b 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -1,5 +1,5 @@ -include ../py/mkenv.mk -include mpconfigport.mk +include ../py/mkenv.mk # define main target PROG = micropython |