#!/bin/sh

rm -f $(find ../ -iname '*~')
rm -rf ../autom4te.cache
