Remove __pycache__ as well in make clean
This commit is contained in:
parent
04a86566c3
commit
943704de7c
@ -72,3 +72,4 @@ all: $(EXECUTABLES)
|
||||
|
||||
clean:
|
||||
rm -f $(EXECUTABLES)
|
||||
rm -fr ./__pycache__
|
||||
|
Loading…
Reference in New Issue
Block a user