mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
all:
|
|
python setup.py build_ext -i -f
|
|
python setup.py build sdist
|
|
|
|
.PHONY: test
|
|
test:
|
|
nosetests test
|