build: Use mdwsetup.py from new CFD. Announce 1.0.2.
[catacomb-python] / Makefile
index b0564e4..7a24b27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,12 +3,14 @@
 PYTHON = python
 prefix = /usr/local
 
+GEN = algorithms.h
+
 all: setup.py
        $(PYTHON) setup.py build
 
 clean: setup.py
        $(PYTHON) setup.py clean
-       rm -rf build
+       rm -rf build $(GEN)
 
 dist: setup.py
        $(PYTHON) setup.py sdist