From 40b1ba5afd6ac104155286f34711908d2da0e640 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 25214ec05..ad075786c 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 \