#! /bin/bash

# Script for building a debug version of MoneyPenny (target is bin/moneypenny)

rm Makefile
$QTDIR/bin/qmake  "CONFIG+=debug" moneypenny.pro
make -j4
