upperLowerBounds/buildGui.sh

7 lines
71 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
qmake CONFIG+=debug ..
make -j9
cd ..