status-go/vendor/github.com/ipfs/go-log/tracer/wire/Makefile

7 lines
149 B
Makefile

pbgos := $(patsubst %.proto,%.pb.go,$(wildcard *.proto))
all: $(pbgos)
%.pb.go: %.proto
protoc --gogofaster_out=. --proto_path=$(GOPATH)/src:. $<