Update makefile

This commit is contained in:
Jonathan Zernik 2020-02-29 17:54:31 -08:00
parent 5189392f5a
commit 7e0c0c7b49

View file

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