Merge pull request #112 from cgzones/remove_support/pyplate

clean up python3 cache on make bare
This commit is contained in:
Chris PeBenito 2017-04-01 20:12:49 -04:00 committed by GitHub
commit 9b64397300
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