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