From 491bc3cef5d5f406c02369ac0b9708f0727d8290 Mon Sep 17 00:00:00 2001 From: foxytanuki Date: Wed, 7 Feb 2024 02:40:00 +0900 Subject: [PATCH] Remove unneeded commands from Makefile --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index fb6a8a31..c95f389e 100644 --- a/Makefile +++ b/Makefile @@ -70,11 +70,6 @@ proto-gen: @echo "Generating Protobuf files" @$(protoImage) sh ./scripts/protocgen.sh -#? proto-swagger-gen: Generate Protobuf Swagger -proto-swagger-gen: - @echo "Generating Protobuf Swagger" - @$(protoImage) sh ./scripts/protoc-swagger-gen.sh - #? proto-format: Format proto file proto-format: @$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \; @@ -83,4 +78,4 @@ proto-format: proto-lint: @$(protoImage) buf lint --error-format=json -.PHONY: proto-all proto-gen proto-swagger-gen proto-format proto-lint proto-check-breaking proto-update-deps +.PHONY: proto-all proto-gen proto-format proto-lint