Better way to drive compilation

This commit is contained in:
Martin Häcker 2024-06-28 08:13:39 +02:00
parent 3106c5f3e8
commit 2e56c3359c

View file

@ -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))"