summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/Makefile')
-rw-r--r--Tools/idle/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/idle/Makefile b/Tools/idle/Makefile
deleted file mode 100644
index f118ebf..0000000
--- a/Tools/idle/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Makefile to build the interrupt module, which is a C extension
-
-PYTHON=python2.3
-
-all: interrupt.so
-
-interrupt.so: interruptmodule.c
- $(PYTHON) setup.py build_ext -i