#!/bin/sh

find . -iname '*.timing' | xargs rm -f
find . -iname '*.speedup' | xargs rm -f
