whisper.cpp/bindings
Daniel Bevenius 206459a804
bindings-go : update Makefile to use cmake (#2952)
This commit updates the Makefile to use cmake instead of make to build
whisper.cpp.

The motivation for this change is that currently the make recipe test
will fail with the following error:
```console
$ make test
Mkdir build
Mkdir models
Build whisper
make[1]: Entering directory '/home/danbev/work/ai/whisper-work'
make[1]: *** No rule to make target 'libwhisper.a'.  Stop.
make[1]: Leaving directory '/home/danbev/work/ai/whisper-work'
make: *** [Makefile:33: whisper] Error 2
```
2025-03-26 16:21:07 +01:00
..
go bindings-go : update Makefile to use cmake (#2952) 2025-03-26 16:21:07 +01:00
java bindings.java : enable copyLibs task [no ci] (#2949) 2025-03-26 15:01:28 +01:00
javascript bindings.javascript : update test instructions [no ci] (#2951) 2025-03-26 14:49:12 +01:00
ruby ruby : follow audio library change (#2851) 2025-02-28 08:09:02 +02:00
CMakeLists.txt Node.js package (#260) 2022-12-12 20:17:27 +02:00