From a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 20:14:34 +0200 Subject: - the last fixes for new build setup - better connect dialog --- pacman-c++/rebuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pacman-c++/rebuild.sh') diff --git a/pacman-c++/rebuild.sh b/pacman-c++/rebuild.sh index 58ec7c4..01454ed 100755 --- a/pacman-c++/rebuild.sh +++ b/pacman-c++/rebuild.sh @@ -1,4 +1,6 @@ #!/bin/sh +mkdir -p build +cd build #make distclean -qmake CONFIG+=debug pacman.pro +qmake CONFIG+=debug ../pacman.pro make -j2 -- cgit v1.2.3