Skip to content

Commit 1f5618b

Browse files
committed
chore(build): update makefile to include workspace build
1 parent a265f61 commit 1f5618b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ define docs_command
1919
RUSTDOCFLAGS="--html-in-header=$(KATEX_HEADER)" cargo doc --no-deps --target-dir=$(TARGET_DIR) $(1)
2020
endef
2121

22+
mrkle:
23+
cargo build --release -p mrkle && maturin develop --release -m bindings/python/Cargo.toml
24+
2225
# Generate documentation for bintensors with a custom header
2326
docs: $(TARGET_DIR) $(KATEX_HEADER)
2427
$(call docs_command)
@@ -27,4 +30,4 @@ docs: $(TARGET_DIR) $(KATEX_HEADER)
2730
docs-open: $(TARGET_DIR) $(KATEX_HEADER)
2831
$(call docs_command,--open)
2932

30-
.PHONY: docs docs-open
33+
.PHONY: docs docs-open mrkle

0 commit comments

Comments
 (0)