clean up python3 cache on make bare

This commit is contained in:
cgzones 2017-03-29 17:18:04 +02:00
parent 160d08f3ae
commit c9e77f5dde
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ bare: clean
ifndef LOCAL_ROOT
$(verbose) rm -f $(fcsort)
$(verbose) rm -f $(support)/*.pyc
$(verbose) rm -Rf $(support)/__pycache__/
ifneq ($(generated_te),)
$(verbose) rm -f $(generated_te)
endif