mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
[build] Remove .mypy_cache with clean.all Makefile target
This commit is contained in:
7
Makefile
7
Makefile
@@ -67,4 +67,9 @@ clean:
|
|||||||
rm -rf dist *.egg-info
|
rm -rf dist *.egg-info
|
||||||
|
|
||||||
clean.all: clean
|
clean.all: clean
|
||||||
find . -type d -name __pycache__ -o -name .pytest_cache -exec rm -r "{}" +
|
find . \
|
||||||
|
-type d \
|
||||||
|
-name __pycache__ \
|
||||||
|
-o -name .pytest_cache \
|
||||||
|
-o -name .mypy_cache \
|
||||||
|
-exec rm -r "{}" +
|
||||||
|
|||||||
Reference in New Issue
Block a user