6 lines
138 B
Bash
6 lines
138 B
Bash
|
|
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
|
||
|
|
make micropython-build-unix
|
||
|
|
fi
|
||
|
|
|
||
|
|
vendor/micropython/ports/unix/micropython $@
|