mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
delete Python-ast.[ch] in distclean
This commit is contained in:
parent
2744c6cc35
commit
f6a904456e
1 changed files with 1 additions and 0 deletions
|
@ -987,6 +987,7 @@ clobber: clean
|
|||
distclean: clobber
|
||||
-rm -f core Makefile Makefile.pre buildno config.status \
|
||||
Modules/Setup Modules/Setup.local Modules/Setup.config
|
||||
-rm -f $(AST_H) $(AST_C)
|
||||
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
|
||||
-o -name '[@,#]*' -o -name '*.old' \
|
||||
-o -name '*.orig' -o -name '*.rej' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue