diff --git a/Makefile b/Makefile index c617be1..a9b18dd 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ PWD = $(shell pwd) check: flake8 - pytest -q ruff check -q . black --check . + pytest -q + clean: rm -rf $(PWD)/build $(PWD)/dist $(PWD)/mvt.egg-info