mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Superseded by $(srcdir)/Makefile.pre.in.
This commit is contained in:
parent
e0d435777c
commit
693291ba23
10 changed files with 0 additions and 1308 deletions
|
@ -1,12 +0,0 @@
|
|||
all:
|
||||
@echo Nothing to make in this directory.
|
||||
|
||||
clean:
|
||||
find . '(' -name '*.pyc' -o -name '*.fdc' \
|
||||
-o -name core -o -name '*~' \
|
||||
-o -name '[@,#]*' -o -name '*.old' \
|
||||
-o -name '*.orig' -o -name '*.rej' \
|
||||
-o -name '*.bak' ')' \
|
||||
-print -exec rm -f {} ';'
|
||||
|
||||
clobber: clean
|
Loading…
Add table
Add a link
Reference in a new issue