Switch to unified view
a/src/python/recoll/Makefile | b/src/python/recoll/Makefile | ||
---|---|---|---|
1 | all: |
1 | all: |
2 | python setup.py build |
2 | python setup.py build |
3 | install: |
||
4 | sudo python setup.py install |
||
3 | clean: |
5 | clean: |
4 | rm -rf build |
6 | rm -rf build |
5 | distclean: clean |
7 | distclean: clean |
6 | rm -f setup.py |
8 | rm -f setup.py |