@chatie/grpc
Version:
gRPC for Chatie
31 lines (23 loc) • 451 B
Plain Text
# Makefile for Python Wechaty
#
# GitHb: https://github.com/wechaty/python-wechaty
# Author: Huan LI <zixia@zixia.net> git.io/zixia
#
all : clean lint
clean:
rm -fr generated/*
install:
go get -u github.com/golang/protobuf/protoc-gen-go
go get -v -t -d ./...
test:
go test ./...
generate:
bash -x ./generate.sh
publish: clean generate
./publish.sh