Skip to content

Commit

Permalink
Harmonized cleansing target section
Browse files Browse the repository at this point in the history
  • Loading branch information
sthagen committed Jul 24, 2022
1 parent 0e55be0 commit 7bdc768
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ clean:
@rm -f `find . -type f -name '*.py[co]' `
@rm -f `find . -type f -name '*~' `
@rm -f `find . -type f -name '.*~' `
@rm -rf .cache
@rm -rf htmlcov
@rm -rf *.egg-info
@rm -f .coverage
@rm -f .coverage.*
@rm -rf build test/.mypy_cache/
@rm -f *.log
@rm -rf .cache htmlcov *.egg-info build dist/*
@rm -f .coverage .coverage.* *.log
python setup.py clean
@rm -fr site/*

0 comments on commit 7bdc768

Please sign in to comment.