msgpack-python/Makefile

20 lines
240 B
Makefile
Raw Normal View History

2010-09-02 09:54:38 +09:00
.PHONY: test all python3
2013-02-26 09:20:44 +09:00
all: cython
2010-03-31 17:09:00 +09:00
python setup.py build_ext -i -f
2009-06-29 11:21:28 +09:00
2013-02-26 09:20:44 +09:00
doc-serve: all
cd docs && make serve
2013-02-26 09:49:25 +09:00
doc:
cd docs && make zip
2013-02-26 09:20:44 +09:00
cython:
cython msgpack/*.pyx
python3: cython
2010-09-02 09:54:38 +09:00
python3 setup.py build_ext -i -f
2009-06-29 11:21:28 +09:00
test:
2012-12-29 11:28:28 +09:00
py.test test