mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Extend a clean target
This commit is contained in:
10
Makefile
10
Makefile
@ -5,5 +5,13 @@ lint:
|
|||||||
isort:
|
isort:
|
||||||
isort -rc ./platformio
|
isort -rc ./platformio
|
||||||
|
|
||||||
clean:
|
clean-docs:
|
||||||
|
rm -rf docs/_build
|
||||||
|
|
||||||
|
clean: clean-docs
|
||||||
find . -name \*.pyc -delete
|
find . -name \*.pyc -delete
|
||||||
|
find . -name __pycache__ -delete
|
||||||
|
rm -rf .cache
|
||||||
|
rm -rf build
|
||||||
|
rm -rf htmlcov
|
||||||
|
rm -f .coverage
|
Reference in New Issue
Block a user