From f6e224e40e73f5195703da56608a4758d1332850 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 3 Mar 2010 02:05:30 +0100 Subject: [PATCH] Also clean up .tdy files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d8b768e..3c0bc44 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ clean: @find . -name '*.tmp' -exec rm \{\} \; @find . -name 'tags' -exec rm \{\} \; @find . -name '*.8.gz' -exec rm \{\} \; + @find . -name '*.tdy' -exec rm \{\} \; @if [ -d man ]; then rm -rf man ; fi @if [ -e build-stamp ]; then rm -f build-stamp ; fi @if [ -e configure-stamp ]; then rm -f configure-stamp ; fi