1
0
mirror of synced 2026-04-15 15:49:48 +00:00

Also clean up .tdy files

This commit is contained in:
Axel Beckert
2010-03-03 02:05:30 +01:00
parent 962d1a4497
commit f6e224e40e

View File

@@ -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