mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-27 15:01:11 +00:00
9 lines
162 B
Bash
Executable File
9 lines
162 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
|