From 99f770536419d65ad00ef269259825631a535d9f Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Tue, 15 Oct 2024 12:14:12 +0400 Subject: [PATCH] fix: add psmock to gen and make-fresh targets --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ddc629b25b9b..56664111f072c 100644 --- a/Makefile +++ b/Makefile @@ -507,7 +507,8 @@ gen: \ examples/examples.gen.json \ tailnet/tailnettest/coordinatormock.go \ tailnet/tailnettest/coordinateemock.go \ - tailnet/tailnettest/multiagentmock.go + tailnet/tailnettest/multiagentmock.go \ + coderd/database/pubsub/psmock/psmock.go .PHONY: gen # Mark all generated files as fresh so make thinks they're up-to-date. This is @@ -537,6 +538,7 @@ gen/mark-fresh: tailnet/tailnettest/coordinatormock.go \ tailnet/tailnettest/coordinateemock.go \ tailnet/tailnettest/multiagentmock.go \ + coderd/database/pubsub/psmock/psmock.go \ " for file in $$files; do