This commit is contained in:
TLINDEN
2013-12-02 22:54:57 +01:00
parent a842338c4a
commit 14bead5499
3 changed files with 7 additions and 4 deletions

View File

@@ -7,8 +7,7 @@ find . -name Makefile -exec rm {} \;
find . -name Makefile.in -exec rm {} \;
find . -name "*~" -exec rm {} \;
find . -name config.h -exec rm {} \;
find . -name stamp.h -exec rm {} \;
find . -name stamp-h1 -exec rm {} \;
find . -name "stamp*" -exec rm {} \;
find . -name .deps -exec rm -rf {} \;
find . -name .libs -exec rm -rf {} \;
find . -name .o -exec rm -rf {} \;