diff --git a/Makefile b/Makefile index e71c5e2a..f0863605 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ test: mkdir -p var $(PIP) install -e .[test] $(TOX) + rm -rf var #: documentation - Build documentation (Sphinx, README, ...).