You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
Rename unix binary to 'micropython'.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
RM="/bin/rm -f"
|
||||
CPYTHON3=python3.3
|
||||
MP_PY=../unix/py
|
||||
MP_PY=../unix/micropython
|
||||
|
||||
numtests=0
|
||||
numtestcases=0
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# define main target
|
||||
PROG = py
|
||||
PROG = micropython
|
||||
all: $(PROG)
|
||||
|
||||
# include py core make definitions
|
||||
|
||||
Reference in New Issue
Block a user