Clean up instance directory

This commit is contained in:
Jonathan Zernik 2020-02-28 20:07:37 -08:00
parent 35ed57cc8b
commit 4b41be6875

View file

@ -1,7 +1,7 @@
all: test
clean:
rm -rf build dist *.egg-info/ .tox/ target/ venv/
rm -rf build dist *.egg-info/ .tox/ target/ venv/ instance/
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete