
.PHONY: test
test:
	poetry run python ./tests/parse.py

.PHONY: develop-rs
develop-rs:
	maturin develop

.PHONY: build-rs
build-rs:
	maturin build