Parent: [8450b3] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10 11
all: echo libdir: $(libdir) libdir=$(libdir) python setup.py build install: sudo python setup.py install clean: rm -rf build rm -f recoll/__init__.pyc rm -rf recoll/__pycache__ distclean: clean rm -f setup.py