adding debian/compat
[findit] / 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)