In make clobber also clean out the Python.framework.
This commit is contained in:
parent
98fc683719
commit
c60968929e
|
@ -916,6 +916,7 @@ clobber: clean
|
|||
tags TAGS \
|
||||
config.cache config.log pyconfig.h Modules/config.c
|
||||
-rm -rf build platform
|
||||
-rm -rf $(PYTHONFRAMEWORKDIR)
|
||||
|
||||
# Make things extra clean, before making a distribution:
|
||||
# remove all generated files, even Makefile[.pre]
|
||||
|
|
Loading…
Reference in New Issue