no use make
This commit is contained in:
parent
ed02c70ce4
commit
52c6abe0df
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# ifndef LLAMA_MAKEFILE
|
ifndef LLAMA_MAKEFILE
|
||||||
# $(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)
|
$(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
|
||||||
BUILD_TARGETS = \
|
BUILD_TARGETS = \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue