X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=Makefile;h=0f81a416f2647bb96c6cb94fb1e673f2ce441369;hp=c23d57e648dd6b5aa56407556e7ca21e317aa4a1;hb=bde4f641feff4cabff716064342ce600d762ce4d;hpb=2b242afe464631ac48a6ac8d94f8b60ec023de44 diff --git a/Makefile b/Makefile index c23d57e6..0f81a416 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ coverage: force_uninstall_python deps_python \ lcov $(LCOVOPTS) -a build/coverage_python.info -a build/coverage_lib.info \ --output-file build/coverage.info # remove tests - lcov $(LCOVOPTS) --remove build/coverage.info '*/tests/*' '*/ooura_fft8g*' \ + lcov $(LCOVOPTS) --remove build/coverage.info '*/ooura_fft8g*' \ --output-file build/coverage_lib.info # make sure we don't build the doc, which builds a temporary python module