Remove __pycache__ as well in `make clean`

This commit is contained in:
jvoisin 2022-02-06 22:01:51 +01:00 committed by Daniel Micay
parent 04a86566c3
commit 943704de7c
1 changed files with 1 additions and 0 deletions

View File

@ -72,3 +72,4 @@ all: $(EXECUTABLES)
clean:
rm -f $(EXECUTABLES)
rm -fr ./__pycache__