From a4044c29e2856a63109591b7d957fc1715653fab Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 28 Nov 2020 17:37:32 +0900 Subject: [PATCH] Add util make subcmd --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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