Updated build-clean.sh to be more verbose with its resulting status.

This commit is contained in:
Rebekah 2024-02-14 08:33:43 -05:00
parent 41265c50b2
commit 25d64bb859
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -8,5 +8,7 @@ if [ -f CMakeLists.txt ]; then
fi
if [ -f CMakeCache.txt ]; then
rm -r *
rm -vr *
else
echo "Build contains a nonworking cmake. Not removing anything, bailing."
fi