Castor-Gemini/Makefile

18 lines
298 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 log/sample.text
goimports:
goimports -w *.go
test:
GO111MODULE=off go run format_rich_log.go log/2025-08-20-rich.text