Update make-all-cores.sh
This commit is contained in:
parent
dd33e92a9f
commit
e073173a8c
|
@ -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 -
|
||||
|
|
Loading…
Reference in New Issue