Files
git-repo-manager/Justfile
2021-11-18 11:04:48 +01:00

9 lines
113 B
Makefile

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