Better clean task

This commit is contained in:
Yomguithereal 2018-06-21 17:35:48 +02:00
parent 90c36b3fa1
commit 25c5079619
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ test: unit
publish: lint test upload clean
clean:
rm -rf *.egg-info .pytest_cache .ipynb_checkpoints ./**/**/__pycache__ build dist
rm -rf *.egg-info .pytest_cache .ipynb_checkpoints ./**/__pycache__ ./**/**/__pycache__ build dist
lint:
@echo Linting source code using pep8...