Skip to content

Commit

Permalink
make : deprecate
Browse files Browse the repository at this point in the history
ggml-ci
  • Loading branch information
ggerganov committed Nov 26, 2024
1 parent 811872a commit bcafa92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit bcafa92

Please sign in to comment.