chiark / gitweb /
codec: Use the correct variable name in the decoder convenience function!
[mLib-python] / Makefile
index 53ea323f66736ac1bb9ec22ad7d122c38248e20b..7963e52277546b4ba8325ab3324dcdcba5b43673 100644 (file)
--- 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