PYTHON=python2.3 DTSO= _datetime.so all: $(DTSO) $(DTSO): datetime.c datetime.h $(PYTHON) setup.py build_ext -i test: $(DTSO) $(PYTHON) test_both.py clean: rm -rf $(DTSO) build *.pyc *.pyo *~