Skip to content

Commit

Permalink
chore: revert Makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Jul 18, 2024
1 parent fffb1c5 commit 8dcc1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(pro
# NOTE: If you are experiencing problems running these commands, try deleting
# the docker images and execute the desired command again.
#
proto-all: proto-format proto-gen
proto-all: proto-format proto-lint proto-gen

proto-gen:
@echo "Generating Protobuf files"
Expand Down

0 comments on commit 8dcc1d0

Please sign in to comment.