#!/bin/sh mkdir -p build_debug cd build_debug #make distclean qmake CONFIG+=debug ../pacman.pro make -j2