Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/jsonl/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default: build

.PHONY: all
all: generate default
all: default

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion go/grpc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TEF_PROTO_FILES := $(wildcard ./proto/*.proto)
default: test

.PHONY: all
all: genproto test
all: test

.PHONY: genproto
genproto:
Expand Down
2 changes: 1 addition & 1 deletion java/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROTO_FLAGS := -I$(PROTO_DIR) --java_out=$(OUT_DIR) --grpc-java_out=$(OUT_DIR)

.PHONY: all generate clean

all: generate
all:

# Main code generation target
generate: $(JAVA_FILES)
Expand Down
Loading