summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f3edb9b..6dc0cce0 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ clean:
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -rf doc/_build doc/_spell doc/sample_html_beta
-rm -rf .tox_kits
- -rm -rf .cache .pytest_cache
+ -rm -rf .cache .pytest_cache .hypothesis
-rm -rf $$TMPDIR/coverage_test
sterile: clean