We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a265f61 commit 1f5618bCopy full SHA for 1f5618b
Makefile
@@ -19,6 +19,9 @@ define docs_command
19
RUSTDOCFLAGS="--html-in-header=$(KATEX_HEADER)" cargo doc --no-deps --target-dir=$(TARGET_DIR) $(1)
20
endef
21
22
+mrkle:
23
+ cargo build --release -p mrkle && maturin develop --release -m bindings/python/Cargo.toml
24
+
25
# Generate documentation for bintensors with a custom header
26
docs: $(TARGET_DIR) $(KATEX_HEADER)
27
$(call docs_command)
@@ -27,4 +30,4 @@ docs: $(TARGET_DIR) $(KATEX_HEADER)
30
docs-open: $(TARGET_DIR) $(KATEX_HEADER)
28
31
$(call docs_command,--open)
29
32
-.PHONY: docs docs-open
33
+.PHONY: docs docs-open mrkle
0 commit comments