blob: f118ebf574f01380c6a8a2059014ee7eb59f19b2 [file] [log] [blame]
Guido van Rossum57cd21f2003-04-29 10:23:27 +00001# Makefile to build the interrupt module, which is a C extension
2
3PYTHON=python2.3
4
5all: interrupt.so
6
7interrupt.so: interruptmodule.c
8 $(PYTHON) setup.py build_ext -i