From d681220dfb8e3d95a8c592fe60c27b0cbecbec5c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 13 Oct 2024 01:42:07 +0200 Subject: [PATCH] build(Makefile): add package.yaml dependency for .stack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51369ba77..2fc8c616a 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ serve-backend: AVSPASS=${AVSPASS:-nopasswordset} ; \ stack exec uniworxdb -- -$* -.stack: stack.yaml stack.yaml.lock +.stack: stack.yaml stack.yaml.lock package.yaml .stack: $(MAKE) -- --image-run---.stack --.stack: stack.yaml stack.yaml.lock