#! /bin/sh
rm -f $(find . -name \*~)
rm -f config.* symbols.rds src/*.o src/*.so src/*.dll src/symbols.rds src/Makeconf
rm -rf autom4te.cache 
