fixed performance issue with StringIO.
[sface.git] / Makefile
1 #
2 ## (Re)builds Python metafile (__init__.py) and documentation
3
4
5 ##########
6 all:
7         python setup.py build
8
9 install: 
10         python setup.py install \
11                     --install-purelib=$(DESTDIR)/$(datadir) \
12                      --install-scripts=$(DESTDIR)/$(bindir) \
13                      --install-data=$(DESTDIR)/$(datadir)
14