You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
328 B
Bash
20 lines
328 B
Bash
13 years ago
|
#!/bin/sh
|
||
|
rm -f Makefile
|
||
|
rm -f Makefile.in
|
||
|
rm -f aclocal.m4
|
||
|
rm -rf autom4te.cache
|
||
|
rm -f config.guess
|
||
|
rm -f config.h
|
||
|
rm -f config.h.in
|
||
|
rm -f config.log
|
||
|
rm -f config.status
|
||
|
rm -f config.sub
|
||
|
rm -f configure
|
||
|
rm -f depcomp
|
||
|
rm -f install-sh
|
||
|
rm -f missing
|
||
|
rm -f mkinstalldirs
|
||
|
rm -f stamp-h1
|
||
|
rm -f doc/Makefile.in
|
||
|
rm -f src/Makefile.in
|