Makefile: fix deps for qvs

This commit is contained in:
Ryan Heywood 2025-01-28 10:20:11 -05:00
parent 2bd8b76fb7
commit ec9d74214b
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ out:
.PHONY: build-qvs .PHONY: build-qvs
build-qvs: out/qvs/index.json 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 mkdir -p out/qvs
docker \ docker \
build \ build \