check: cargo test cargo clippy --all-targets -- -D warnings cargo fmt --all -- --check cargo publish --dry-run --allow-dirty publish: make check cargo publish format: cargo clippy cargo fmt --all cargo check docu: RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps --open patch: python3 update_version.py patch minor: python3 update_version.py minor major: python3 update_version.py major