summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
parente0d435777cd5a251c29984a897736934b8bdfaa4 (diff)
downloadcpython-693291ba23d6406af58dd46066748a8d713fd1ba.zip
cpython-693291ba23d6406af58dd46066748a8d713fd1ba.tar.gz
cpython-693291ba23d6406af58dd46066748a8d713fd1ba.tar.bz2
Superseded by $(srcdir)/Makefile.pre.in.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Misc/Makefile b/Misc/Makefile
deleted file mode 100644
index 9df7110..0000000
--- a/Misc/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all:
- @echo Nothing to make in this directory.
-
-clean:
- find . '(' -name '*.pyc' -o -name core -o -name '*~' \
- -o -name '[@,#]*' -o -name '*.old' \
- -o -name '*.orig' -o -name '*.rej' ')' \
- -print -exec rm -f {} ';'
-
-clobber: clean