X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..976d8e49a3e4523566c05794a7bf1771b70eb1cd:/Makefile?ds=sidebyside 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