2025-08-20 12:31:16 +02:00
|
|
|
define newline
|
2024-12-02 21:22:53 +02:00
|
|
|
|
2023-05-27 11:04:14 -06:00
|
|
|
|
2025-08-20 12:31:16 +02:00
|
|
|
endef
|
2023-07-21 12:09:16 +02:00
|
|
|
|
2025-08-20 12:31:16 +02:00
|
|
|
$(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})
|