3 lines
85 B
Bash
3 lines
85 B
Bash
cores=$(nproc)
|
|
divisor=3
|
|
/usr/bin/make clean && /usr/bin/make -j $((cores/divisor*2)) |