Files
git-repo-manager/Justfile

10 lines
135 B
Makefile

lint:
cargo fmt --check
cargo clippy --no-deps
lint-fix:
cargo clippy --no-deps --fix
release:
cargo build --release