Parent: [572519] (diff)

Child: [8450b3] (diff)

Download this file

Makefile    10 lines (9 with data), 148 Bytes

1
2
3
4
5
6
7
8
9
all:
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