mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
all:
|
|
python setup.py build_ext -i -f
|
|
python setup.py build
|
|
python setup.py sdist
|
|
|
|
.PHONY: test
|
|
test:
|
|
nosetests test
|