Also clean up .tdy files
This commit is contained in:
1
Makefile
1
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
|
||||
|
||||
Reference in New Issue
Block a user