mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
Better way to drive compilation
This commit is contained in:
parent
3106c5f3e8
commit
2e56c3359c
|
@ -1,6 +1,4 @@
|
|||
.phony:
|
||||
build:
|
||||
cargo build
|
||||
pip uninstall -y servicepoint
|
||||
pip install --editable .
|
||||
maturin develop
|
||||
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"
|
||||
|
|
Loading…
Reference in a new issue