Open joeflack4 opened 5 months ago
Trish reminded me that there is an option for this in make which could be helpful to us:
make
The -j option specifies the number of jobs (commands) to run simultaneously. For example:
make -j4 ...
Overview
Trish reminded me that there is an option for this in
make
which could be helpful to us:make -j4 ...