msgpack/python/Makefile

9 lines
120 B
Makefile
Raw Normal View History

2009-06-29 11:21:28 +09:00
all:
2009-06-30 23:03:33 +09:00
python setup.py build_ext -i -f
2009-06-29 11:21:28 +09:00
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test