From a30a4b2261d855c2f4eeb8b2238d53f6f0715965 Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Thu, 11 Sep 2014 13:23:03 +0200 Subject: [PATCH] Add code coverage files to cleanup process --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index baa582c4cb..b8a63f6ccc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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