mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 21:37:57 +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
|
|
|