mirror of
https://github.com/FIX94/gba-link-cable-dumper.git
synced 2026-03-21 17:25:22 -05:00
10 lines
165 B
Batchfile
10 lines
165 B
Batchfile
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 |