I was checking if GNU make has a shorter builtin flag to do -j`nproc`, instead the man page mentions:
> If the -j option is given without an argument, make will not limit the number of jobs that can run simultaneously.
Uuuh, that might be a little excessive. :blobcatscared: