build(Makefile): add package.yaml dependency for .stack
This commit is contained in:
parent
897b6686fe
commit
d681220dfb
2
Makefile
2
Makefile
@ -209,7 +209,7 @@ serve-backend:
|
|||||||
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
||||||
stack exec uniworxdb -- -$*
|
stack exec uniworxdb -- -$*
|
||||||
|
|
||||||
.stack: stack.yaml stack.yaml.lock
|
.stack: stack.yaml stack.yaml.lock package.yaml
|
||||||
.stack:
|
.stack:
|
||||||
$(MAKE) -- --image-run---.stack
|
$(MAKE) -- --image-run---.stack
|
||||||
--.stack: stack.yaml stack.yaml.lock
|
--.stack: stack.yaml stack.yaml.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user