build(Makefile): make .stack target phony
This commit is contained in:
parent
0a2ab4129e
commit
04030ce6f0
1
Makefile
1
Makefile
@ -160,6 +160,7 @@ database: .stack .stack-work.lock compile-backend-prod
|
|||||||
export AVSPASS=$${AVSPASS:-nopasswordset}
|
export AVSPASS=$${AVSPASS:-nopasswordset}
|
||||||
stack exec uniworxdb -- $(db)
|
stack exec uniworxdb -- $(db)
|
||||||
|
|
||||||
|
.PHONY: .stack
|
||||||
.stack: stack.yaml stack.yaml.lock
|
.stack: stack.yaml stack.yaml.lock
|
||||||
.stack:
|
.stack:
|
||||||
$(MAKE) -- --image-run---.stack
|
$(MAKE) -- --image-run---.stack
|
||||||
|
|||||||
Reference in New Issue
Block a user