diff options
Diffstat (limited to 'llama.cpp/Makefile')
| -rw-r--r-- | llama.cpp/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile new file mode 100644 index 0000000..bcbc770 --- /dev/null +++ b/llama.cpp/Makefile @@ -0,0 +1,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}) |
