mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
7 lines
167 B
Makefile
7 lines
167 B
Makefile
|
.phony:
|
||
|
build:
|
||
|
cargo build
|
||
|
pip uninstall -y servicepoint
|
||
|
pip install --editable .
|
||
|
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"
|