Skip to content

Commit bcafa92

Browse files
committed
make : deprecate
ggml-ci
1 parent 811872a commit bcafa92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ifndef LLAMA_MAKEFILE
2+
$(error The Makefile build is deprecated. Use the CMake build instead)
3+
endif
4+
15
# Define the default target now so that it is always the first target
26
BUILD_TARGETS = \
37
libllava.a \

0 commit comments

Comments
 (0)