diff options
author | YamaArashi <shadow962@live.com> | 2016-04-30 05:57:45 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-30 05:57:45 -0700 |
commit | c78ee2e488251f4e13ad92b746da8b8875f51ab5 (patch) | |
tree | 58d535b6d1fba9d169f8b4a1af482730ee3b9037 /build_tools.sh | |
parent | cc210e57a699878b928ff1711ae9edd900ac4433 (diff) |
use shell script to build tools
Diffstat (limited to 'build_tools.sh')
-rw-r--r-- | build_tools.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh new file mode 100644 index 000000000..b5e28697f --- /dev/null +++ b/build_tools.sh @@ -0,0 +1,4 @@ +#!/bin/sh +make -C tools/gbagfx +make -C tools/scaninc +make -C tools/preproc |