X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/2286c78891bca3d23a645363277b6725afb2ab47..refs/heads/master:/Makefile diff --git a/Makefile b/Makefile index 7a24b27..b9f9347 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,2 @@ -## Makefile - -PYTHON = python -prefix = /usr/local - -GEN = algorithms.h - -all: setup.py - $(PYTHON) setup.py build - -clean: setup.py - $(PYTHON) setup.py clean - rm -rf build $(GEN) - -dist: setup.py - $(PYTHON) setup.py sdist - -install: setup.py - $(PYTHON) setup.py install --prefix $(prefix) - -.PHONY: all clean dist install +### -*-makefile-*- +include pysetup.mk