algorithms.c: Add missing guard for `del' to property `set' functions.
[catacomb-python] / Makefile
index b0564e4..b9f9347 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,2 @@
-## Makefile
-
-PYTHON = python
-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 install
+### -*-makefile-*-
+include pysetup.mk