servicepoint/crates/servicepoint_binding_py/Makefile

5 lines
114 B
Makefile
Raw Normal View History

2024-06-27 21:34:41 +02:00
.phony:
build:
2024-06-28 08:13:39 +02:00
maturin develop
2024-06-27 21:34:41 +02:00
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"