Skip to content

Commit

Permalink
add make update target
Browse files Browse the repository at this point in the history
  • Loading branch information
haxjump committed Oct 8, 2024
1 parent a205b90 commit ea2a6ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ release:
install:
cargo install --path .

lint:
cargo clippy

update:
cargo update

fmt:
cargo fmt

fmtall:
bash tools/fmt.sh

lint:
cargo clippy

0 comments on commit ea2a6ae

Please sign in to comment.