Update Makefile
Co-authored-by: Diego Devesa <slarengh@gmail.com>
This commit is contained in:
parent
a682809c94
commit
bf5eb04961
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
ifndef LLAMA_MAKEFILE
|
ifndef LLAMA_MAKEFILE
|
||||||
$(error The Makefile build is deprecated. Use the CMake build instead)
|
$(error The Makefile build is deprecated. Use the CMake build instead. For more details, see https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Define the default target now so that it is always the first target
|
# Define the default target now so that it is always the first target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue