summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Makefile
blob: f118ebf574f01380c6a8a2059014ee7eb59f19b2 (plain)
1
2
3
4
5
6
7
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