chore(Makefile): require well-known for frontend targets

This commit is contained in:
Sarah Vaupel 2024-07-29 15:50:16 +02:00
parent f34a42128c
commit a3ca0ddb55

View File

@ -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
.PHONY: frontend-%
frontend-%: node_modules
frontend-%: well-known
$(MAKE) -- --frontend-$*
.PHONY: --frontend-build