@ -3,7 +3,7 @@
FILE=build/
if [ -d "$FILE" ];then
rm -r build
echo Cmake build dorectory exists
echo Cmake build directory exists
cmake -S . -B build/
else