Skip to content
Merged
3 changes: 2 additions & 1 deletion docs-go/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
WEAVE=$(HOME)/go/bin/weave

all: $(WEAVE) get-started-go.md flows.md models.md prompts.md dotprompt.md pgvector.md cloud-run.md
all: $(WEAVE) get-started-go.md flows.md models.md prompts.md dotprompt.md pgvector.md \
cloud-run.md rag.md

$(WEAVE): ../go/internal/cmd/weave/*.go
go -C ../go install ./internal/cmd/weave
Expand Down
Loading