mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-02 02:36:42 +00:00
8c6a9b8bb6
* Follow whisper.cpp source tree change * Update whispercpp.gemspec * Follow whisper.cpp log level change * Fix paths in GitHub workflow for Ruby bindings * Use GitHub workflow setting for dependency definition * Use ternary operator
10 lines
268 B
Makefile
10 lines
268 B
Makefile
ggml/src/ggml-cpu/ggml-cpu-cpp.o: \
|
|
ggml/src/ggml-cpu/ggml-cpu.cpp \
|
|
ggml/include/ggml-backend.h \
|
|
ggml/include/ggml.h \
|
|
ggml/include/ggml-alloc.h \
|
|
ggml/src/ggml-backend-impl.h \
|
|
ggml/include/ggml-cpu.h \
|
|
ggml/src/ggml-impl.h
|
|
$(CXX) $(CXXFLAGS) -c $< -o $@
|