diff options
author | Zaoqi <zaomir@outlook.com> | 2019-07-30 15:36:03 +0800 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-07-30 09:36:03 +0200 |
commit | 2dd645134eaab7611d167e2cb8469242e642c7ef (patch) | |
tree | 42e2354983940bd2bcf71539c5c8209e742345c8 | |
parent | 115ef6c09c640598695d5d506a7a8e1ab928174b (diff) | |
download | minetest-2dd645134eaab7611d167e2cb8469242e642c7ef.tar.gz minetest-2dd645134eaab7611d167e2cb8469242e642c7ef.tar.bz2 minetest-2dd645134eaab7611d167e2cb8469242e642c7ef.zip |
README: make -j$(nproc) (#8699)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ Download minetest_game, without using Git: Build a version that runs directly from the source directory: cmake . -DRUN_IN_PLACE=TRUE - make -j <number of processors> + make -j$(nproc) Run it: |