X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/7dbd1159adde9947e5f67ace649af540e02737d0..688625b6d288ff893f5e96dd3bd7f10110e23639:/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