From 23c43d84dca42d9d4eac241475c9f18dc04a26cd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 14 Nov 2023 20:00:34 +0100 Subject: [PATCH] fixup sources Signed-off-by: Ettore Di Giacinto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0335984ac55..7d2cfe3745d7 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,7 @@ sources/whisper.cpp: git clone https://github.com/ggerganov/whisper.cpp.git sources/whisper.cpp cd sources/whisper.cpp && git checkout -b build $(WHISPER_CPP_VERSION) && git submodule update --init --recursive --depth 1 -sources/whisper.cpp/libwhisper.a: whisper.cpp +sources/whisper.cpp/libwhisper.a: sources/whisper.cpp cd sources/whisper.cpp && make libwhisper.a sources/go-llama: