X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5d0998a0b68c5325d40cc3dea2326939b178a1fa..f4d62fc806f03876a422a1369e4ce42c1d758705:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c6ccb6f..501f344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,11 @@ make-coverage-reports: check cd ..;\ done +clean-gcov: + rm -f */index.html + rm -f */*.c.html + rm -f */*.gcov + echo-distdir: @echo $(distdir)