diff options
author | Garak <garakmon@gmail.com> | 2018-08-11 21:11:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 21:11:28 -0400 |
commit | 9ee4c23a467a15452d67804139abd68dc7c1d51a (patch) | |
tree | a13e381e7f0bbe35456a5b4cb203ba85e55dfb31 | |
parent | 5d899d00e02553db75aa4a7e30e44190170ff45d (diff) |
remove -j4
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 0fa9af8e7..c5425204c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,4 +64,4 @@ cd ../pokeemerald ./build_tools.sh ``` -And build the ROM with `make -j4`. +And build the ROM with `make`. |