diff options
Diffstat (limited to 'pacman-c++/rebuild.sh')
| -rwxr-xr-x | pacman-c++/rebuild.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | mkdir -p build | ||
| 3 | cd build | ||
| 2 | #make distclean | 4 | #make distclean |
| 3 | qmake CONFIG+=debug pacman.pro | 5 | qmake CONFIG+=debug ../pacman.pro |
| 4 | make -j2 | 6 | make -j2 |
