X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/d7ab1bab81155baa763449d5afa81e16df98dbe7..ecc5edeeffc8726f9b14708ae4cb6183a2e80da6:/Makefile diff --git a/Makefile b/Makefile index 96c081f..b0564e4 100644 --- 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