X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/3aa33042dc760937bb9da54c09f7c668f00eb241..ecc5edeeffc8726f9b14708ae4cb6183a2e80da6:/Makefile diff --git a/Makefile b/Makefile index 1ec8212..b0564e4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## Makefile -PYTHON = python2.4 -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