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