mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-14 18:58:40 +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
|
|
|