summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-03 17:18:21 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-03 17:18:21 (GMT)
commit693291ba23d6406af58dd46066748a8d713fd1ba (patch)
tree0a8e029dbcc6c358652ae2425c3d641a448e4373 /Lib
parente0d435777cd5a251c29984a897736934b8bdfaa4 (diff)
downloadcpython-693291ba23d6406af58dd46066748a8d713fd1ba.zip
cpython-693291ba23d6406af58dd46066748a8d713fd1ba.tar.gz
cpython-693291ba23d6406af58dd46066748a8d713fd1ba.tar.bz2
Superseded by $(srcdir)/Makefile.pre.in.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Lib/Makefile b/Lib/Makefile
deleted file mode 100644
index 1596ef1..0000000
--- a/Lib/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
- @echo Nothing to make in this directory.
-
-clean:
- find . '(' -name '*.py[co]' -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