mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 23:28:16 -05: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
|