
# Note - important blank line on top of file - prevents csh problems

# Get rid of junk files after successfully compiling S
cd $SHOME
find src -name "*.[xo]" ! -perm 444 -exec rm "{}" \;	# object files
find src -name "inter*.C" -exec rm "{}" \;	# interface files
