chore: add clean to makefile targets

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-16 00:26:49 +02:00
parent c3d757204c
commit f74c582401
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -11,3 +11,6 @@ flake8:
mypy:
mypy --strict --disallow-any-explicit node.py avl.py wavl.py ravl.py
clean:
rm -rf __pycache__ .hypothesis .mypy_cache .pytest_cache