summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/winmakemakefile.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-18 20:22:31 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-18 20:22:31 (GMT)
commitce5988b3d9604ac2c83073a0fe0272a6271d4f57 (patch)
tree5211168ae6594006974130e2def625f9ba827c52 /Tools/freeze/winmakemakefile.py
parentf1b5a0e3aada9eac4112ddd533ecdc06bf0bf924 (diff)
downloadcpython-ce5988b3d9604ac2c83073a0fe0272a6271d4f57.zip
cpython-ce5988b3d9604ac2c83073a0fe0272a6271d4f57.tar.gz
cpython-ce5988b3d9604ac2c83073a0fe0272a6271d4f57.tar.bz2
Remove Emacs cruft.
Diffstat (limited to 'Tools/freeze/winmakemakefile.py')
-rw-r--r--Tools/freeze/winmakemakefile.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/freeze/winmakemakefile.py b/Tools/freeze/winmakemakefile.py
index 2c13ad3..3f37e77 100644
--- a/Tools/freeze/winmakemakefile.py
+++ b/Tools/freeze/winmakemakefile.py
@@ -120,7 +120,3 @@ def realwork(vars, moddefns, target):
print "clean:"
print "\t-rm -f *.obj"
print "\t-rm -f $(target).exe"
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: