Parent: [d2f7f1] (diff)

Child: [d228ca] (diff)

Download this file

Makefile    11 lines (10 with data), 189 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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
distclean: clean
rm -f setup.py