summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/memtest86plus
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/memtest86plus')
-rwxr-xr-xresources/scripts/helpers/build/clean/memtest86plus4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus
index 8d4ede6..3ad8130 100755
--- a/resources/scripts/helpers/build/clean/memtest86plus
+++ b/resources/scripts/helpers/build/clean/memtest86plus
@@ -27,6 +27,8 @@ set -u -e
# clean memtest86+
# --------------------------------------------------------
+printf "Cleaning the previous build of MemTest86+\n"
+
cd "memtest86+-5.01"/
make clean
@@ -34,4 +36,6 @@ make clean
# done. go back to main directory
cd ../
+printf "\n\n"
+
# ------------------- DONE ----------------------