blob: f118ebf574f01380c6a8a2059014ee7eb59f19b2 [file] [log] [blame]
# 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