mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
8 lines
87 B
Makefile
8 lines
87 B
Makefile
|
|
all:
|
||
|
|
python setup.py build
|
||
|
|
python setup.py sdist
|
||
|
|
|
||
|
|
.PHONY: test
|
||
|
|
test:
|
||
|
|
nosetests test
|