mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +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
7 lines
192 B
Makefile
7 lines
192 B
Makefile
ggml/src/ggml-metal/ggml-metal.o: \
|
|
ggml/src/ggml-metal/ggml-metal.m \
|
|
ggml/src/ggml-metal/ggml-metal-impl.h \
|
|
ggml/include/ggml-metal.h \
|
|
ggml/include/ggml.h
|
|
$(CC) $(CFLAGS) -c $< -o $@
|