diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-01-25 13:29:28 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-01-25 13:29:28 -0500 |
commit | 07f762c26b30c629576fa8f2836c7cad9757682b (patch) | |
tree | eb7dee7a4532ae3622bc2339e590b809f7b5e210 /Makefile | |
parent | 9e0fd313d7c91682774a71a0ec0c807415c24850 (diff) | |
download | ansible-07f762c26b30c629576fa8f2836c7cad9757682b.tar.gz |
remove coverage files on clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ clean: @echo "Cleaning up authors file" rm -f AUTHORS.TXT find . -type f -name '*.pyc' -delete + rm -f /test/units/.coverage* @echo "Cleaning up docsite" $(MAKE) -C docs/docsite clean $(MAKE) -C docs/api clean |