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