summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-07 22:10:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-07 23:43:42 +0300
commita4ee754a8c4893069f6555087efe33e6def86b4d (patch)
treebb75d1955183ecf8fdbfb1064e601d249f38386d /build
parent6cf71f510bed9e105a7983dc3e8aeb5df671e696 (diff)
downloadplus-a4ee754a8c4893069f6555087efe33e6def86b4d.tar.gz
plus-a4ee754a8c4893069f6555087efe33e6def86b4d.tar.bz2
plus-a4ee754a8c4893069f6555087efe33e6def86b4d.tar.xz
plus-a4ee754a8c4893069f6555087efe33e6def86b4d.zip
Extend make clean script.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mclean11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/mclean b/build/mclean
index 44f7662e9..1109630cb 100755
--- a/build/mclean
+++ b/build/mclean
@@ -4,3 +4,14 @@ 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