Replace -j4 with -j$(nproc)

This commit is contained in:
Geoffrey D. Bennett
2025-02-26 02:15:31 +10:30
parent ae23674f21
commit f0213eadb1
4 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ To build:
```
cd src
make -j4
make -j$(nproc)
```
To run: