From ec9d74214be5ff2136827d866d348c798ef09e20 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 28 Jan 2025 10:20:11 -0500 Subject: [PATCH] Makefile: fix deps for qvs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6707fc6..b1e1095 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ out: .PHONY: build-qvs build-qvs: out/qvs/index.json -out/qvs/index.json: out Containerfile +out/qvs/index.json: out Containerfile.qvs $(shell find quorum-vault-system -type f) mkdir -p out/qvs docker \ build \