rename pce and pce-fast to turbo and hyper
This commit is contained in:
parent
27f9a70085
commit
2fc8b91e45
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
make -f pce.mak install -j6
|
||||
make -f pce-fast.mak install -j6
|
||||
make -f ngp.mak install -j6
|
||||
make -f faust.mak install -j6
|
||||
make -f pcfx.mak install -j6
|
||||
make -f ss.mak install -j6
|
||||
make -f turbo.mak install -j
|
||||
make -f hyper.mak install -j
|
||||
make -f ngp.mak install -j
|
||||
make -f faust.mak install -j
|
||||
make -f pcfx.mak install -j
|
||||
make -f ss.mak install -j
|
||||
|
|
Loading…
Reference in New Issue