Clean target

This commit is contained in:
Tony Garnock-Jones 2018-11-15 06:55:12 +00:00
parent 8854fbff77
commit da10d47d64
1 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,9 @@ coverage:
python2-coverage run --branch -m unittest test_preserves
python3-coverage run --branch -m unittest test_preserves
python3-coverage html
clean:
rm -rf htmlcov
rm -rf __pycache__
rm -f *.pyc
rm -f .coverage