Create build_tools.sh
This commit is contained in:
parent
0250aefb73
commit
42119b9e1b
1 changed files with 8 additions and 0 deletions
8
build_tools.sh
Normal file
8
build_tools.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Reference in a new issue