msgpack/python/Makefile

8 lines
87 B
Makefile
Raw Normal View History

2009-06-29 11:21:28 +09:00
all:
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test