Skip to content

Commit

Permalink
suggested changes
Browse files Browse the repository at this point in the history
Signed-off-by: adityachopra29 <adityachopra2912@gmail.com>
  • Loading branch information
adityachopra29 committed Jan 21, 2025
1 parent c97bab9 commit afece2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
gen-*/
proto-gen-*/
.proto-gen-polyglot/
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ else
SED=sed
endif

# DO NOT DELETE EMPTY LINE at the end of the macro, it's required to separate commands.
define print_caption
@echo "🏗️ "
@echo "🏗️ " $1
@echo "🏗️ "

endef

# Macro to compile Protobuf $(2) into directory $(1). $(3) can provide additional flags.
# DO NOT DELETE EMPTY LINE at the end of the macro, it's required to separate commands.
# Arguments:
Expand All @@ -152,10 +160,10 @@ endef
test-ci:
go test -v -coverprofile=coverage.txt ./...

.PHONY: proto
# proto target is used to generate source code that is released as part of this library
proto: proto-prepare proto-api-v2

.PHONY: proto-all
# proto-all target is used to generate code for all languages as a validation step.
proto-all: proto-prepare-all proto-api-v2-all proto-api-v3-all

.PHONY: proto-prepare-all
Expand Down

0 comments on commit afece2f

Please sign in to comment.