mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
all:
|
|
python setup_dev.py build_ext -i -f
|
|
python setup.py build sdist
|
|
|
|
.PHONY: test
|
|
test:
|
|
nosetests test
|