#!/usr/bin/env sh

# enable multithreading
/usr/bin/make -j "$(grep -c '^proc' /proc/cpuinfo)" "$@"