make clean should also delete gcda files from lcov

SVN revision: 82998
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-18 19:50:00 +00:00
parent 7a60e815e2
commit 15af942bf7
1 changed files with 1 additions and 0 deletions

View File

@ -95,3 +95,4 @@ install-examples:
clean-local:
find . -type f -name '*.gcno' -delete
find . -type f -name '*.gcda' -delete