summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mclean2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/mclean b/build/mclean
index 290814fe6..44f7662e9 100755
--- a/build/mclean
+++ b/build/mclean
@@ -2,3 +2,5 @@ rm -rf tmp
cd ..
make distclean
make clean
+find src -type f -name "*.gcno" -exec rm {} \;
+find src -type f -name "*.gcda" -exec rm {} \;