fix(Makefile): add missing dependency on well-known for backend-builds
This commit is contained in:
parent
7f809d0208
commit
a09dc59f26
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ bin/uniworx:
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev
|
||||
|
||||
.PHONY: --backend-build
|
||||
--backend-build:
|
||||
--backend-build: well-known
|
||||
stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(stackopts)
|
||||
|
||||
.PHONY: --backend-lint
|
||||
|
||||
Reference in New Issue
Block a user