#!/bin/sh find . -type f \( -name '*.d' -o -name '*.o' -o -name '*.inc' \) -exec rm -f {} + rm -f .compile .link-library .link-executable test_gen test