@ -1,5 +1,13 @@
#!/bin/bash
if [[ $1 == "clean" ]]
then
rm -rf build
rm -rf binaries
rm -rf extern/bullet/build
exit
fi
currentDir=$(pwd)
threads=$(($(nproc)+1))
The note is not visible to the blocked user.