From: K.Kosako Date: Fri, 22 Feb 2019 05:28:31 +0000 (+0900) Subject: add cov-clean target X-Git-Tag: v6.9.2_rc1~65^2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=723c3e23aaea9eb24059f5dc16e0e3a45d5fa5be;p=onig add cov-clean target --- diff --git a/Makefile.am b/Makefile.am index 6db1b0a..de5d0b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,3 +53,7 @@ lcov: lcov-clear: lcov -z -d . + +cov-clean: clean + rm -rf coverage coverage.info + find . -name '*.gcno' | xargs rm -f