diff --git a/Makefile b/Makefile index cb031c7..e566e93 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ format: cargo-fmt -run: format db-start +lint: + cargo clippy --fix + +run: db-start cargo run -build: format +build: format lint cargo build --release test: