File size: 257 Bytes
4d35814 | 1 2 3 4 5 6 7 8 9 10 | 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})
|