pastry/justfile
2025-08-24 23:40:37 +00:00

6 lines
94 B
Makefile

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