Rename unix binary to 'micropython'.

This commit is contained in:
Damien George 2014-01-20 00:02:39 +00:00
parent fe2690da0a
commit 7d08935458
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
RM="/bin/rm -f"
CPYTHON3=python3.3
MP_PY=../unix/py
MP_PY=../unix/micropython
numtests=0
numtestcases=0

View File

@ -1,5 +1,5 @@
# define main target
PROG = py
PROG = micropython
all: $(PROG)
# include py core make definitions