msgpack/python/Makefile
2009-06-30 23:03:33 +09:00

9 lines
120 B
Makefile

all:
python setup.py build_ext -i -f
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test