summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/bucts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/bucts')
-rwxr-xr-xresources/scripts/helpers/build/clean/bucts4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts
index f84cd58..80fe3a8 100755
--- a/resources/scripts/helpers/build/clean/bucts
+++ b/resources/scripts/helpers/build/clean/bucts
@@ -27,9 +27,13 @@ set -u -e
# clean bucts
# --------------------------------------------------------
+printf "Cleaning the previous build of bucts\n"
+
cd bucts/
make clean
+printf "\n\n"
+
# done. go back to main directory.
cd ../