Adjusted mk.sh slightly.
This commit is contained in:
parent
c33ea32e0f
commit
1f4d7dc374
|
@ -1,3 +1,4 @@
|
|||
rm -f hresultwrap.pb.go hresultwrap
|
||||
protoc --go_out=. hresultwrap.proto
|
||||
go build hresultwrap.go hresultwrap.pb.go
|
||||
rm -f hresultwrap.pb.go hresultwrap &&
|
||||
protoc --go_out=. hresultwrap.proto &&
|
||||
go build hresultwrap.go hresultwrap.pb.go &&
|
||||
./hresultwrap funclist.textpb
|
||||
|
|
Loading…
Reference in New Issue