diff --git a/Makefile b/Makefile index 81071b1..291cdc0 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ proto-gen: .PHONY: check-diff-proto check-diff-proto: - git diff --exit-code ./proto/ \ No newline at end of file + git diff --exit-code ./proto/ ./dapr/src/dapr/ ./examples/src/invoke/protos/ \ No newline at end of file