README: make -j$(nproc)

patch-6
Zaoqi 2019-07-20 23:32:18 +08:00 committed by GitHub
parent 9e00584730
commit 2419f7c6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: