add directory with source files and del broken package
[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)