2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

utils: have make clean purge python3 __pycache__ dir in apparmor/

This commit is contained in:
Steve Beattie
2014-02-13 11:54:42 -08:00
parent f54a574ee4
commit e61d8bda60

View File

@@ -72,7 +72,7 @@ clean: _clean
$(MAKE) -C vim clean $(MAKE) -C vim clean
rm -rf staging/ build/ rm -rf staging/ build/
rm -f apparmor/*.pyc rm -f apparmor/*.pyc
rm -rf test/__pycache__/ rm -rf test/__pycache__/ apparmor/__pycache__/
# ${CAPABILITIES} is defined in common/Make.rules # ${CAPABILITIES} is defined in common/Make.rules
.PHONY: check_severity_db .PHONY: check_severity_db