Skip to content

Commit

Permalink
build: clean more cache directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 20, 2023
1 parent 044ffa6 commit 1a1d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clean: clean_platform ## Remove artifacts of test execution, installation, etc
@rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip
@rm -rf doc/_build doc/_spell doc/sample_html_beta
@rm -rf tmp
@rm -rf .cache .hypothesis .mypy_cache .pytest_cache
@rm -rf .cache .hypothesis .*_cache
@rm -rf tests/actual
@-make -C tests/gold/html clean

Expand Down

0 comments on commit 1a1d176

Please sign in to comment.