Skip to content

Commit c5289dd

Browse files
committed
Merge similar targets
1 parent 8922176 commit c5289dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Protobuf.Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ $(PROTOC):
3434
@unzip -o $(PROTOC_ZIP) 'include/*' -d $(dir $@)
3535
@rm -f $(PROTOC_ZIP)
3636

37-
.PHONY: protoc_gen_grpc_swift
38-
protoc_gen_grpc_swift:
39-
@$(SWIFT) build --product protoc-gen-grpc-swift
40-
4137
.PHONY: protoc-gen-swift
4238
protoc-gen-swift:
4339
@$(SWIFT) build --product protoc-gen-swift
40+
@$(SWIFT) build --product protoc-gen-grpc-swift
4441

4542
.PHONY: protos
46-
protos: $(PROTOC) protoc-gen-swift protoc_gen_grpc_swift
43+
protos: $(PROTOC) protoc-gen-swift
4744
@echo Generating protocol buffers source code...
4845
@mkdir -p $(LOCAL_DIR)
4946
@cd $(LOCAL_DIR) && git clone --branch $(BUILDER_SHIM_VERSION) --depth 1 $(BUILDER_SHIM_REPO)

0 commit comments

Comments
 (0)