chore(Makefile): require well-known for frontend targets
This commit is contained in:
parent
f34a42128c
commit
a3ca0ddb55
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ bin/uniworxdb: .stack-work.lock
|
|||||||
stack build --fast --flag uniworx:-library-only --copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev
|
stack build --fast --flag uniworx:-library-only --copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev
|
||||||
|
|
||||||
.PHONY: frontend-%
|
.PHONY: frontend-%
|
||||||
frontend-%: node_modules
|
frontend-%: well-known
|
||||||
$(MAKE) -- --frontend-$*
|
$(MAKE) -- --frontend-$*
|
||||||
|
|
||||||
.PHONY: --frontend-build
|
.PHONY: --frontend-build
|
||||||
|
|||||||
Reference in New Issue
Block a user