#! /bin/bash

# Script for building a Live-CD version of MoneyPenny (target is bin/moneypenny)

cd src
rm Makefile
qmake  "CONFIG+=release live_cd" moneypenny.pro
make
#make clean
#rm -f moc_*