diff --git a/Makefile b/Makefile index 93f0a1b3..45e53f2d 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,6 @@ servedocs: clean: rm -rf docs/build + find . -name "*.cov" -type f -print0 | xargs -0 /bin/rm -f .PHONY: init test