1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-24 17:49:45 +01:00
2009-11-05 14:26:12 +09:00

8 lines
107 B
Makefile

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