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

View File

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