diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-01-25 19:29:28 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-01-25 19:29:28 +0100 |
commit | 07f762c26b30c629576fa8f2836c7cad9757682b (patch) | |
tree | eb7dee7a4532ae3622bc2339e590b809f7b5e210 /Makefile | |
parent | fix powershell mkdtemp (diff) | |
download | ansible-07f762c26b30c629576fa8f2836c7cad9757682b.tar.xz ansible-07f762c26b30c629576fa8f2836c7cad9757682b.zip |
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 |