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