1
0
Fork 0

Add code coverage files to cleanup process

This commit is contained in:
Willi Goesgens 2014-09-11 13:23:03 +02:00
parent 71600f89b7
commit a30a4b2261
1 changed files with 2 additions and 0 deletions

View File

@ -393,6 +393,8 @@ distclean-local:
clean-local:
rm -rf $(CLEANUP)
rm -rf `find -name \*.gcno`
rm -rf `find -name \*.gcda`
superclean: clean
rm -rf arangod/*/.deps lib/*/.deps Makefile