From f8b9645dc8f86821ce2099dd43498dd7aefbd103 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 26 Nov 2024 12:45:52 +0200 Subject: [PATCH] make : deprecate ggml-ci --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e30821624..cf3791c9c 100644 --- a/Makefile +++ b/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 BUILD_TARGETS = \ libllava.a \