diff --git a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh
index 55c69851ff1c1ba0bbdd0655a31c2f12c20bcea3..8f63472852decb636cb9cbf531053ca989d9b175 100755
--- a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh
+++ b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh
@@ -29,6 +29,8 @@ YELLOW='\033[1;33m'
 GREEN='\033[0;32m'
 WHITE='\033[1;37m'
 NC='\033[0m' # No Color
+
+
 echo "Building the '${CYAN}lib4neuro${NC}' project for ${WHITE}Debug${NC}"
 
 
@@ -67,6 +69,9 @@ fi
 
 
 # Clean locally stored external dependencies
+echo "Removing locally stored dependencies..."
+echo "${BOOST_ROOT}/external_dependencies/boost/"
+ls "${BOOST_ROOT}/external_dependencies/boost/"
 rm -rf ${BOOST_ROOT}/external_dependencies/boost/*
 rm -rf ${BOOST_ROOT}/external_dependencies/exprtk/*