2018-10-05 18:39:50 -04:00
|
|
|
if [ ! -f build/micropython/ports/unix/micropython ]; then
|
2018-09-23 04:04:36 -04:00
|
|
|
echo "Run make micropython-build-unix"
|
|
|
|
|
exit 1
|
2018-09-23 03:45:55 -04:00
|
|
|
fi
|
|
|
|
|
|
2018-10-05 18:39:50 -04:00
|
|
|
build/micropython/ports/unix/micropython $@
|