msgpack/python/Makefile
2009-06-29 11:21:28 +09:00

8 lines
87 B
Makefile

all:
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test