mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 14:14:19 +00:00
Make clean: Remove .coverage
This commit is contained in:
parent
fd6de3abbe
commit
42b3d7ed18
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,6 +27,6 @@ test:
|
|||
|
||||
clean:
|
||||
@echo "Cleaning..."
|
||||
rm -rf ansible_playbook_grapher.egg-info build dist $(VIRTUALENV_DIR) tests/htmlcov tests/.pytest_cache .eggs tests/generated_svg
|
||||
rm -rf ansible_playbook_grapher.egg-info build dist $(VIRTUALENV_DIR) tests/htmlcov tests/.pytest_cache .eggs tests/generated_svg tests/.coverage
|
||||
|
||||
.PHONY: clean test_install
|
Loading…
Reference in a new issue