Skip to content

Commit 17b7d7a

Browse files
committed
clean
1 parent 3bb6987 commit 17b7d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ install:
22
python3 -m pip install -r requirements.txt
33

44
clean:
5-
find . -name .pytest_cache -o -name __pycache__ -o -name .idea -o -name .mypy_cache -exec rm -rf {} \;
5+
for name in .pytest_cache __pycache__ .vsidea .idea .mypy_cache; do find . -name $$name -exec rm -rf {} \;; done
66

0 commit comments

Comments
 (0)