diff --git a/clean-all.sh b/clean-all.sh
index 17ba73ecd3bd451f06ee0fef1590dae91abba0b5..3597650a7e8dabd96c3488b6eefb255989eb692b 100755
--- a/clean-all.sh
+++ b/clean-all.sh
@@ -72,9 +72,13 @@ if [ -d $ZIPR_HOME ]; then
 	scons -c || exit
 fi
 
+cd $DAFFY_HOME
+./clean_cfar.sh
 
 cd $PEASOUP_UMBRELLA_DIR
 
+
+
 # clean up installation if this module is the root of the install.
 # skip pedi cleanup if we are part of a larger project, as future builds
 # won't know how to install properly.