summaryrefslogtreecommitdiffstats
path: root/pacman-c++/rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/rebuild.sh')
-rwxr-xr-xpacman-c++/rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/rebuild.sh b/pacman-c++/rebuild.sh
index 01454ed..2f18663 100755
--- a/pacman-c++/rebuild.sh
+++ b/pacman-c++/rebuild.sh
@@ -2,5 +2,5 @@
2mkdir -p build 2mkdir -p build
3cd build 3cd build
4#make distclean 4#make distclean
5qmake CONFIG+=debug ../pacman.pro 5qmake CONFIG+=release ../pacman.pro
6make -j2 6make -j2