Remove the auto-build

main
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
1 changed files with 2 additions and 1 deletions

View File

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