msgpack-python/Makefile
2013-02-26 09:20:44 +09:00

16 lines
213 B
Makefile

.PHONY: test all python3
all: cython
python setup.py build_ext -i -f
doc-serve: all
cd docs && make serve
cython:
cython msgpack/*.pyx
python3: cython
python3 setup.py build_ext -i -f
test:
py.test test