Rename unix binary to 'micropython'.

pull/198/head
Damien George 2014-01-20 00:02:39 +00:00
rodzic fe2690da0a
commit 7d08935458
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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