make : deprecate

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-11-26 12:45:52 +02:00
parent 811872a59d
commit bcafa92977
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -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
BUILD_TARGETS = \
libllava.a \