--- a
+++ b/src/python/recoll/Makefile
@@ -0,0 +1,10 @@
+all:
+	python setup.py build
+    
+clean:
+	rm -rf build
+
+distclean: clean
+
+install:
+	python setup.py install