working through some issues
[feisty_meow.git] / scripts / generator / minimize_feisty_meow.sh
index 93e5acaedaf6c9b50ae20615520840b50e3a8240..3f16cc947b52d876029917b46102a09620a49716 100644 (file)
@@ -4,9 +4,12 @@
 # this includes some static libraries and all of the tests, as well as
 # the install bundles.
 
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+sep
 echo "Cleaning up feisty meow generated files..."
 
-pushd $GENERATED_STORE
+pushd $FEISTY_MEOW_GENERATED_STORE
 
 \rm -rf logs clam_tmp temporaries/*
 
@@ -23,4 +26,5 @@ popd
 popd
 
 echo "Finished with feisty meow generated file cleaning."
+sep