about summary refs log tree commit diff stats
path: root/build.bat
blob: aece78fb00a5f4b9f8cc228881941b9a02eb9f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
cd gba
make clean
make
cd ..
mv -f gba/gba_mb.gba data/gba_mb.gba
make -f Makefile.gc clean
make -f Makefile.gc
make -f Makefile.wii clean
make -f Makefile.wii
pause