diff options
author | xenonnsmb <xenonnsmb@users.noreply.github.com> | 2017-12-03 19:42:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-03 19:42:55 -0600 |
commit | 42119b9e1b1113cc578363a8b7bf9eee60cc2a4d (patch) | |
tree | 0ba64914cf3ce1bea78fc4b5440412b444ffb29e | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) |
Create build_tools.sh
-rw-r--r-- | build_tools.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh new file mode 100644 index 000000000..26f1f35b3 --- /dev/null +++ b/build_tools.sh @@ -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 |