fluffle/justfile
2025-07-25 15:12:15 -04:00

6 lines
94 B
Makefile

doc:
cargo doc --no-deps --document-private-items
build:
just doc
cargo build -r