mirror of https://github.com/Yomguithereal/fog.git
Better clean task
This commit is contained in:
parent
90c36b3fa1
commit
25c5079619
2
Makefile
2
Makefile
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue