added bovespa patch by BG
[stockthis] / Makefile
1 all:
2         python2.5 setup.py build  
3 clean: 
4         python2.5 setup.py clean --all
5 install:
6         python2.5 setup.py install --root $(DESTDIR)