mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
.phony:
|
|
build:
|
|
maturin develop
|
|
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"
|
|
|
|
.phony:
|
|
install:
|
|
uv pip install maturin
|
|
uv pip install -e .
|