Skip to content

Commit

Permalink
Merge d5453d7 into de0560b
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Dec 3, 2020
2 parents de0560b + d5453d7 commit 67fad03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,10 @@ endif
# The second rm command of each type is for files that were used before 1.0.0, to make it easier to switch.
.PHONY: clobber
clobber:
rm -Rf .cache .pytest_cache $(sanity_dir1) $(sanity_tar_file) htmlcov docs_linkcheck
rm -Rf .cache .pytest_cache $(sanity_dir1) $(sanity_tar_file) htmlcov $(doc_linkcheck_dir) $(doc_build_dir) $(doc_build_local_dir)
rm -Rf tests/output build .tox *.egg-info
rm -f .coverage *.done
rm -f MANIFEST MANIFEST.in AUTHORS ChangeLog
rm -rf $(doc_build_local_dir)
find . -name "*.pyc" -delete -o -name "__pycache__" -delete -o -name "*.tmp" -delete -o -name "tmp_*" -delete
@echo '$@ done.'

Expand Down

0 comments on commit 67fad03

Please sign in to comment.