diff --git a/Makefile b/Makefile index 9a94e7a..f3cdd1b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,11 @@ +test: + cargo test + build: cargo build +lint: + cargo clippy + gen: bash ./scripts/generate_code.sh