X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/7dbd1159adde9947e5f67ace649af540e02737d0..183e9cd31b1ac2f14b86c5de6ac2643b8a4364a2:/Makefile diff --git a/Makefile b/Makefile index 37f171f..b9f9347 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,2 @@ -## Makefile - -PYTHON = python -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