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