1
0

Makefile 257 B

123456789
  1. define newline
  2. endef
  3. $(error Build system changed:$(newline)\
  4. The Makefile build has been replaced by CMake.$(newline)$(newline)\
  5. For build instructions see:$(newline)\
  6. https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md$(newline)${newline})