mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
Remove __pycache__ as well in make clean
This commit is contained in:
parent
04a86566c3
commit
943704de7c
1 changed files with 1 additions and 0 deletions
|
@ -72,3 +72,4 @@ all: $(EXECUTABLES)
|
|||
|
||||
clean:
|
||||
rm -f $(EXECUTABLES)
|
||||
rm -fr ./__pycache__
|
||||
|
|
Loading…
Add table
Reference in a new issue