make : deprecate
ggml-ci
This commit is contained in:
parent
991f8aabee
commit
f8b9645dc8
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,7 @@
|
||||||
|
ifndef LLAMA_MAKEFILE
|
||||||
|
$(error The Makefile build is deprecated. Use the CMake build instead)
|
||||||
|
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 = \
|
||||||
libllava.a \
|
libllava.a \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue