chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / Makefile
index 37f171fb29bef0fba79e9708a867845ceb492299..b9f93476f5135c8cbd2b75bc746dec7081576f5f 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
+### -*-makefile-*-
+include pysetup.mk