Rename unix binary to 'micropython'.
This commit is contained in:
parent
fe2690da0a
commit
7d08935458
@ -2,7 +2,7 @@
|
||||
|
||||
RM="/bin/rm -f"
|
||||
CPYTHON3=python3.3
|
||||
MP_PY=../unix/py
|
||||
MP_PY=../unix/micropython
|
||||
|
||||
numtests=0
|
||||
numtestcases=0
|
||||
|
@ -1,5 +1,5 @@
|
||||
# define main target
|
||||
PROG = py
|
||||
PROG = micropython
|
||||
all: $(PROG)
|
||||
|
||||
# include py core make definitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user