aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.sh
blob: f847f2b275506d9cde359a105a387ccb75c843f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

rm -f  *~ *.o Makefile configure Makefile.in
rm -f  *.guess *.log *.m4 config.status 
rm -f  stamp-h*
rm -rf *.cache 
rm -f  depcomp 
rm -f  config.h*
rm -f  config.sub
rm -f  libtool
rm -f  ltmain.sh
rm -f  missing
rm -f  mkinstalldirs
rm -f  install-sh