mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-24 23:17:38 -05:00
10 lines
183 B
Bash
Executable File
10 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
make -C tools/gbagfx
|
|
make -C tools/scaninc
|
|
make -C tools/preproc
|
|
make -C tools/bin2c
|
|
make -C tools/rsfont
|
|
make -C tools/aif2pcm
|
|
make -C tools/ramscrgen
|
|
make -C tools/gbafix
|