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