@@ -1,3 +1,5 @@
+## Clean every subdirectory calling its clean.sh script
+#
if [ -f '../../layout/clean.sh' ] ; then
. ../../layout/clean.sh
fi