#!/bin/bash
if [ "${make_command}" == "" ]; then
make_command="make -j 2"
fi
cd libclangmm/build || exit
exec sh -c "scan-build -o ../html_${distribution} --status-bugs ${make_command}"