0c853bad90c7ae590d777dfafe523a04c75309f3
[findit] / findit-0.1 / Makefile
1 all:
2         python setup.py build
3 clean:
4         python setup.py clean --all
5 install:
6         python setup.py install --root $(DESTDIR)