summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e2fc9b0..eba8ed3b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH)
.PHONY: build check test run clean fmt lint doc
.PHONY: build-image run-image health-check list-services test-grpc
+setup:
+ @rustup component add clippy rustfmt
+
# Cargo targets
build:
@cargo build