X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/579d01693c86259110fe7a2c2a6f005f1bdbad5b..00dbd763fa9ff0986ea57146f87ac73087a1eb84:/Makefile diff --git a/Makefile b/Makefile index 7963e52..b9f9347 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,2 @@ -## Makefile - -PYTHON = python -prefix = /usr/local - -GEN = base64.pyx base32.pyx hex.pyx - -all: setup.py - $(PYTHON) setup.py build - -clean: setup.py - $(PYTHON) setup.py clean - rm -rf build - rm -f mLib.c $(GEN) MANIFEST - -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