#! /bin/bash

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

cd src
rm Makefile
qmake  "CONFIG+=debug" moneypenny.pro
#gmake -j1
make
