We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811872a commit bcafa92Copy full SHA for bcafa92
Makefile
@@ -1,3 +1,7 @@
1
+ifndef LLAMA_MAKEFILE
2
+$(error The Makefile build is deprecated. Use the CMake build instead)
3
+endif
4
+
5
# Define the default target now so that it is always the first target
6
BUILD_TARGETS = \
7
libllava.a \
0 commit comments