diff options
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 10 |
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 @@ | |||
1 | cd gba | ||
2 | make clean | ||
3 | make | ||
4 | cd .. | ||
5 | mv -f gba/gba_mb.gba data/gba_mb.gba | ||
6 | make -f Makefile.gc clean | ||
7 | make -f Makefile.gc | ||
8 | make -f Makefile.wii clean | ||
9 | make -f Makefile.wii | ||
10 | pause \ No newline at end of file | ||