Added OptParse interface and selection of the DBus to be used (Session/System)
[pwnitter] / Makefile
1 all:
2         python setup.py build
3 clean:
4         python setup.py clean --all
5 install:
6         python setup.py install --prefix /usr/ --root $(DESTDIR)