about summary refs log tree commit diff stats
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..aece78f --- /dev/null +++ b/build.bat
@@ -0,0 +1,10 @@
1cd gba
2make clean
3make
4cd ..
5mv -f gba/gba_mb.gba data/gba_mb.gba
6make -f Makefile.gc clean
7make -f Makefile.gc
8make -f Makefile.wii clean
9make -f Makefile.wii
10pause \ No newline at end of file