Better clean task

This commit is contained in:
Yomguithereal 2018-06-05 12:17:14 +02:00
parent 8fff059005
commit 0a546e39f8
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 build dist
rm -rf *.egg-info .pytest_cache ./**/**/__pycache__ build dist
lint:
@echo Linting source code using pep8...