diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-09-10 17:57:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 17:57:21 -0700 |
commit | 0fd94243cbb30a3cb540672f85d411fcd82e1cae (patch) | |
tree | 2d226feabe7ba23c06ebde7908dd70f181bc0a42 /build_tools.sh | |
parent | 744ac256d688d5f45f05e493f94259f554d823b3 (diff) | |
parent | 934f3086f3e31169703138ddb24daf287fa355f1 (diff) |
Merge pull request #43 from yenatch/master
Build Sapphire.
Diffstat (limited to 'build_tools.sh')
-rwxr-xr-x | build_tools.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh index 7d99d5d90..12d0f149d 100755 --- a/build_tools.sh +++ b/build_tools.sh @@ -4,3 +4,4 @@ make -C tools/scaninc make -C tools/preproc make -C tools/bin2c make -C tools/rsfont +make -C tools/aif2pcm |