We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfbe15 commit 322b5c9Copy full SHA for 322b5c9
Makefile
@@ -85,6 +85,7 @@ $(foreach exe, $(EXES), $(eval $(call dep_exe, $(exe))))
85
86
# Manually declared dependencies And what goes into each exe
87
pkg/cortexpb/cortex.pb.go: pkg/cortexpb/cortex.proto
88
+pkg/cortexpbv2/cortexv2.pb.go: pkg/cortexpbv2/cortexv2.proto
89
pkg/ingester/client/ingester.pb.go: pkg/ingester/client/ingester.proto
90
pkg/distributor/distributorpb/distributor.pb.go: pkg/distributor/distributorpb/distributor.proto
91
pkg/ingester/wal.pb.go: pkg/ingester/wal.proto
0 commit comments