better packer docstring

This commit is contained in:
INADA Naoki 2013-02-26 09:20:44 +09:00
parent 1e38bfa123
commit 3ce005cf37
5 changed files with 66 additions and 19 deletions

View file

@ -1,12 +1,16 @@
.PHONY: test all python3
all:
all: cython
python setup.py build_ext -i -f
python setup.py build sdist
python3:
doc-serve: all
cd docs && make serve
cython:
cython msgpack/*.pyx
python3: cython
python3 setup.py build_ext -i -f
python3 setup.py build sdist
test:
py.test test