mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 01:08:08 +08:00
6 lines
71 B
Makefile
6 lines
71 B
Makefile
all: data.pb.go
|
|
|
|
data.pb.go: data.proto
|
|
protoc --go_out=. data.proto
|
|
|