mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 05:47:59 +00:00
utils: have make clean purge python3 __pycache__ dir in apparmor/
This commit is contained in:
parent
f54a574ee4
commit
e61d8bda60
@ -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…
x
Reference in New Issue
Block a user