github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/exchange/bitswap/message/pb/Makefile (about)

     1  # TODO(brian): add proto tasks
     2  all: message.pb.go
     3  
     4  message.pb.go: message.proto
     5  	protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $<
     6  
     7  clean:
     8  	rm message.pb.go