1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-22 16:33:49 +01:00
2010-03-31 17:09:00 +09:00

8 lines
103 B
Makefile

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