build(makefile): add doc command

This commit is contained in:
Ivan Gabriele
2024-03-05 00:55:07 +01:00
parent a8bfb5333f
commit ccf3d1431a

View File

@@ -22,6 +22,10 @@ define RELEASE_TEMPLATE
git push origin HEAD --tags
endef
doc:
cargo doc
open ./target/doc/mistralai_client/index.html
release-patch:
$(call RELEASE_TEMPLATE,patch)