ec.c: Fix length type which should have been `Py_ssize_t'.
[catacomb-python] / Makefile
index 1ec8212..b9f9347 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,2 @@
-## Makefile
-
-PYTHON = python2.4
-prefix=/usr/local
-
-all: setup.py
-       $(PYTHON) setup.py build
-
-clean: setup.py
-       $(PYTHON) setup.py clean
-       rm -rf build
-
-dist: setup.py
-       $(PYTHON) setup.py sdist
-
-install: setup.py
-       $(PYTHON) setup.py install --prefix $(prefix)
-
-.PHONY: all clean dist
+### -*-makefile-*-
+include pysetup.mk