mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 08:31:45 +02:00
Fix Makefile
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
all:
|
all:
|
||||||
python setup.py build_ext -i -f
|
python setup_dev.py build_ext -i -f
|
||||||
python setup.py build
|
python setup.py build sdist
|
||||||
python setup.py sdist
|
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user