mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 20:46:40 +11:00
Also build docs for agb-hashmap
This commit is contained in:
parent
88d3d027b7
commit
d594e9e078
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -27,6 +27,7 @@ doctest-agb:
|
|||
check-docs:
|
||||
(cd agb && cargo doc --target=thumbv6m-none-eabi --no-deps)
|
||||
just _build_docs agb-fixnum
|
||||
just _build_docs agb-hashmap
|
||||
|
||||
_build_docs crate:
|
||||
(cd "{{crate}}" && cargo doc --no-deps)
|
||||
|
|
Loading…
Add table
Reference in a new issue