Update make-all-cores.sh

This commit is contained in:
Morilli 2022-10-22 03:18:59 +02:00
parent dd33e92a9f
commit e073173a8c
1 changed files with 3 additions and 0 deletions

View File

@ -3,11 +3,14 @@ set -e
cd emulibc && make -f Makefile $1 -j && cd -
cd libco && make -f Makefile $1 -j && cd -
cd ares64 && make -f Makefile $1 -j && cd -
cd bsnescore && make -f Makefile $1 -j && cd -
cd gpgx && make -f Makefile $1 -j && cd -
cd libsnes && make -f Makefile $1 -j && cd -
cd melon && make -f Makefile $1 -j && cd -
cd picodrive && make -f Makefile $1 -j && cd -
cd snes9x && make -f Makefile $1 -j && cd -
cd tic80 && make -f Makefile $1 -j && cd -
cd virtualjaguar && make -f Makefile $1 -j && cd -
cd uzem && make -f Makefile $1 -j && cd -
cd nyma && ./make-all-released-cores.sh $1 && cd -