1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-22 16:33:49 +01:00
2010-09-02 09:54:38 +09:00

13 lines
190 B
Makefile

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