chore: add clean to makefile targets
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
c3d757204c
commit
f74c582401
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue