3 # cleans up the generated files that most people don't use.
4 # this includes some static libraries and all of the tests, as well as
7 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
10 echo "Cleaning up feisty meow generated files..."
12 pushd $FEISTY_MEOW_GENERATED_STORE
14 \rm -rf logs clam_tmp temporaries/*
22 \rm -rf *.a *.library test_*
28 echo "Finished with feisty meow generated file cleaning."