cd ~/build/"$1"/ || exit mkdir build cd build || exit cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "CodeBlocks - Unix Makefiles" ../ make