summaryrefslogtreecommitdiff
path: root/build/mclean
blob: 1109630cbba7cc360e4e0a97f680c1fdacd11e0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rm -rf tmp
cd ..
make distclean
make clean
find src -type f -name "*.gcno" -exec rm {} \;
find src -type f -name "*.gcda" -exec rm {} \;
find src -type f -name "*.o" -exec rm {} \;
find src -type f -name "Makefile" -exec rm {} \;
find src -type f -name "Makefile.in" -exec rm {} \;
rm configure
rm configure.in
rm Makefile
rm Makefile.in
rm aclocal.m4
rm -r autom4te.cache
rm config.*
rm depcomp