Castor-Gemini/Makefile

22 lines
410 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
GO111MODULE=off go run format_rich_log.go log/2025-08-20-full.text
gemini-config:
cp ~/.gemini/GEMINI.md .