From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/rebuild.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pacman-c++/rebuild.sh (limited to 'pacman-c++/rebuild.sh') diff --git a/pacman-c++/rebuild.sh b/pacman-c++/rebuild.sh new file mode 100755 index 0000000..58ec7c4 --- /dev/null +++ b/pacman-c++/rebuild.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#make distclean +qmake CONFIG+=debug pacman.pro +make -j2 -- cgit v1.2.3