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
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