Files
fn-serverless/vendor/github.com/amir/raidman/proto/Makefile
2017-06-11 02:05:36 -07:00

7 lines
100 B
Makefile

proto.pb.go: proto.proto
mkdir -p _pb
protoc --go_out=_pb $<
cat _pb/$@\
|gofmt >$@
rm -rf _pb