new portfolio features, metal graphs, preparing for 0.4 release
[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)