mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-27 06:50:45 +00:00
14dcee450d
replace all-zero incbins with .space and build fixes for certain Linux configurations
7 lines
116 B
Bash
Executable File
7 lines
116 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
|