#! /bin/bash

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

rm Makefile
qmake  "CONFIG+=debug live_cd" moneypenny.pro
make
#make PREFIX=/usr install
#no cleanup for rapid recompilation