make -j

#!/bin/sh
N_CPUS=`grep processor /proc/cpuinfo | wc -l`
exec /usr/bin/make -j "$N_CPUS" "$@"