chiark / gitweb /
General: Update for Python 2.5.
[catacomb-python] / Makefile
index 96c081f29410a6a6fbed2107cdd019abb163d0ef..b0564e47f6a159a1aa744bdd98ab2cb360de801f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ## Makefile
 
-PYTHON = python2.2
-prefix=/usr/local
+PYTHON = python
+prefix = /usr/local
 
 all: setup.py
        $(PYTHON) setup.py build
@@ -16,4 +16,4 @@ dist: setup.py
 install: setup.py
        $(PYTHON) setup.py install --prefix $(prefix)
 
-.PHONY: all clean dist
+.PHONY: all clean dist install