diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
