Skip to content

Commit ab7a6bc

Browse files
committed
Remove pycache files while cleaning
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent b425fb8 commit ab7a6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ check:
4242
clean:
4343
@echo "-> Clean the Python env"
4444
./configure --clean
45+
rm -rf .venv/ .*cache/ *.egg-info/ build/ dist/
46+
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
4547

4648
test:
4749
@echo "-> Run the test suite"

0 commit comments

Comments
 (0)