chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / Makefile
index 96c081f29410a6a6fbed2107cdd019abb163d0ef..b9f93476f5135c8cbd2b75bc746dec7081576f5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,2 @@
-## Makefile
-
-PYTHON = python2.2
-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