We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f755d9 + cd55730 commit 25db589Copy full SHA for 25db589
.gitignore
@@ -2,5 +2,4 @@ test/test
2
test/piggie/piggie
3
test/phaul
4
image
5
-rpc/rpc.proto
6
stats/stats.proto
Makefile
@@ -49,7 +49,7 @@ stats/stats.proto:
49
curl -sSL https://raw.githubusercontent.com/checkpoint-restore/criu/master/images/stats.proto -o $@
50
51
rpc/rpc.pb.go: rpc/rpc.proto
52
- protoc --go_out=. $^
+ protoc --go_out=. --go_opt=Mrpc/rpc.proto=rpc/ $^
53
54
stats/stats.pb.go: stats/stats.proto
55
protoc --go_out=. $^
0 commit comments