msgpack/python/Makefile

13 lines
190 B
Makefile
Raw Normal View History

2010-09-02 09:54:38 +09:00
.PHONY: test all python3
2009-06-29 11:21:28 +09:00
all:
2010-03-31 17:09:00 +09:00
python setup.py build_ext -i -f
2009-11-05 14:26:12 +09:00
python setup.py build sdist
2009-06-29 11:21:28 +09:00
2010-09-02 09:54:38 +09:00
python3:
python3 setup.py build_ext -i -f
python3 setup.py build sdist
2009-06-29 11:21:28 +09:00
test:
nosetests test