#!/bin/sh find . \( -name '*.d' -o -name '*.o' -o -name '*.so' \) -delete rm -f .compile rm -f .link-library