diff options
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index ae54905a45..b36c6f3ad4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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] |