mirror of https://gitee.com/bigwinds/arangodb
Add code coverage files to cleanup process
This commit is contained in:
parent
71600f89b7
commit
a30a4b2261
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue