msgpack/python/Makefile

8 lines
103 B
Makefile
Raw Normal View History

2009-06-29 11:21:28 +09:00
all:
2010-03-31 17:09:00 +09:00
python setup.py build_ext -i -f
2009-11-05 14:26:12 +09:00
python setup.py build sdist
2009-06-29 11:21:28 +09:00
.PHONY: test
test:
nosetests test