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 | |||
4 | clean: |
3 | clean: |
5 | rm -rf build |
4 | rm -rf build |
6 | |||
7 | distclean: clean |
5 | distclean: clean |
8 | 6 | rm -f setup.py |
|
9 | install: |
||
10 | python setup.py install |