summaryrefslogtreecommitdiffstats
path: root/pacman-c++/rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/rebuild.sh')
-rwxr-xr-xpacman-c++/rebuild.sh4
1 files changed, 4 insertions, 0 deletions
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 @@
1#!/bin/sh
2#make distclean
3qmake CONFIG+=debug pacman.pro
4make -j2