Remove the auto-build

This commit is contained in:
Josh Klar 2018-09-23 01:04:36 -07:00
parent 91c6a2128e
commit 3f83e6a85b
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -1,5 +1,6 @@
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
make micropython-build-unix
echo "Run make micropython-build-unix"
exit 1
fi
vendor/micropython/ports/unix/micropython $@