mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 03:44:35 +00:00
make : deprecate
ggml-ci
This commit is contained in:
parent
811872a59d
commit
bcafa92977
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…
Reference in New Issue
Block a user