mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
25 lines
444 B
Plaintext
25 lines
444 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-mcslota Makefile
|
||
|
make
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-sdslota Makefile
|
||
|
make
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-sdslotb Makefile
|
||
|
make
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-smb Makefile
|
||
|
make
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-noload Makefile
|
||
|
make
|
||
|
|
||
|
touch source/ngc/snes9xGX.h
|
||
|
cp makefiles/Makefile-mcslotb Makefile
|
||
|
make
|