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 /INSTALL.md | |
parent | cc210e57a699878b928ff1711ae9edd900ac4433 (diff) |
use shell script to build tools
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 796cd9eac..7f69a8948 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,7 @@ Then get the compiler from https://github.com/YamaArashi/agbcc and run the follo Then in the pokeruby directory, build the tools. - make tools + build_tools.sh Finally, build the rom. |