blob: bcbc7702059566c8e23bcaf73e12caff9b7dac8e (
plain)
1
2
3
4
5
6
7
8
9
|
define newline
endef
$(error Build system changed:$(newline)\
The Makefile build has been replaced by CMake.$(newline)$(newline)\
For build instructions see:$(newline)\
https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md$(newline)${newline})
|