THREADS=${1:-5}
CXX=clang++ make debug -j${THREADS} || exit 1
CXX=clang++ make install-debug -j${THREADS} || exit 1
CXX=clang++ make test-debug -j${THREADS} || exit 1