Update makefile

This commit is contained in:
Jonathan Zernik 2020-02-22 20:11:07 -08:00
parent b477d6e378
commit 4a4f6a54b5

View file

@ -14,4 +14,7 @@ coverage:
mypy:
tox -e mypy
.PHONY: all clean test coverage mypy
run:
tox -e run
.PHONY: all clean test coverage mypy run