Castor-Gemini/Makefile

15 lines
207 B
Makefile

all:
echo okay?
chat.pb.go: chat.proto
autogenpb --proto chat.proto
makechat:
GO111MODULE=off go run make_chat.go
parselog:
GO111MODULE=off go run parse_protobuf_log.go
goimports:
goimports -w *.go