mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
utils: have make clean purge python3 __pycache__ dir in apparmor/
This commit is contained in:
parent
f54a574ee4
commit
e61d8bda60
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ clean: _clean
|
|||
$(MAKE) -C vim clean
|
||||
rm -rf staging/ build/
|
||||
rm -f apparmor/*.pyc
|
||||
rm -rf test/__pycache__/
|
||||
rm -rf test/__pycache__/ apparmor/__pycache__/
|
||||
|
||||
# ${CAPABILITIES} is defined in common/Make.rules
|
||||
.PHONY: check_severity_db
|
||||
|
|
Loading…
Add table
Reference in a new issue