X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/20bce5e92b01cd928f26b61be78215117039c561..579d01693c86259110fe7a2c2a6f005f1bdbad5b:/Makefile diff --git a/Makefile b/Makefile index 53ea323..7963e52 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ PYTHON = python prefix = /usr/local -AUTOC = \ - select.c crc32.c atom.c report.c sym.c unihash.c \ - base64.c base32.c hex.c - GEN = base64.pyx base32.pyx hex.pyx all: setup.py @@ -15,7 +11,7 @@ all: setup.py clean: setup.py $(PYTHON) setup.py clean rm -rf build - rm -f $(AUTOC) $(GEN) MANIFEST + rm -f mLib.c $(GEN) MANIFEST dist: setup.py $(PYTHON) setup.py sdist