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

@@ -10,7 +10,7 @@ default:
@echo
@echo "If you want to build and install from source, please try:"
@echo " cd src"
@echo " make -j4"
@echo " make -j$(shell nproc)"
@echo " sudo make install"
@echo
@echo "This Makefile knows about packaging:"