X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/579d01693c86259110fe7a2c2a6f005f1bdbad5b..47929c32b676f79b64750eefc7a64a0b413b7dc8:/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