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, 8 insertions, 0 deletions
diff --git a/Tools/idle/Makefile b/Tools/idle/Makefile
new file mode 100644
index 0000000..f118ebf
--- /dev/null
+++ b/Tools/idle/Makefile
@@ -0,0 +1,8 @@
+# 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