X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/3aa33042dc760937bb9da54c09f7c668f00eb241..183e9cd31b1ac2f14b86c5de6ac2643b8a4364a2:/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