ec.c: Don't drop through into an error case.
[catacomb-python] / Makefile
index 7a24b27..b9f9347 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,21 +1,2 @@
-## Makefile
-
-PYTHON = python
-prefix = /usr/local
-
-GEN = algorithms.h
-
-all: setup.py
-       $(PYTHON) setup.py build
-
-clean: setup.py
-       $(PYTHON) setup.py clean
-       rm -rf build $(GEN)
-
-dist: setup.py
-       $(PYTHON) setup.py sdist
-
-install: setup.py
-       $(PYTHON) setup.py install --prefix $(prefix)
-
-.PHONY: all clean dist install
+### -*-makefile-*-
+include pysetup.mk