1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-14 18:58:40 +08:00
Files
kubo/unixfs/Makefile
2014-10-08 21:14:18 +00:00

6 lines
71 B
Makefile

all: data.pb.go
data.pb.go: data.proto
protoc --go_out=. data.proto