]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
make : remove make in favor of CMake (#15449)
authorDaniel Bevenius <redacted>
Wed, 20 Aug 2025 10:31:16 +0000 (12:31 +0200)
committerGitHub <redacted>
Wed, 20 Aug 2025 10:31:16 +0000 (13:31 +0300)
commit37f10f955f70e0158d50343d0b9a3f92d194daae
tree70ae64fcca069a7a9b88297b5807de9c7b263b96
parent2f37014073f4c6ddc8f241c927db87337c71aa52
make : remove make in favor of CMake (#15449)

This commit removes the content from the Makefile and updates the
current deprecation message to information that `make` has been
replaced by CMake instead.

The message when `make` is invoked will now be the following:
```console
$ make
Makefile:6: *** Build system changed:
 The Makefile build has been replaced by CMake.

 For build instructions see:
 https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md

.  Stop.
```

The motivation for this is that many, if not all targets fail to build
now, after changes to the system, and `make` has also been deprected for
some time now.
Makefile