Skip to content

Commit

Permalink
fix makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Nov 5, 2024
1 parent a877b9b commit 77b5892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ endif
# Unlike protos-up-to-date, this target runs locally.
.PHONY: protos-up-to-date/host
protos-up-to-date/host: must-start-clean/host grpc/host
@if ! git diff --quiet; then \
./build.assets/please-run.sh "protos gRPC" "make grpc"; \
exit 1; \
fi
Expand Down

0 comments on commit 77b5892

Please sign in to comment.