Skip to content

Commit 3fad684

Browse files
committed
fixup sources
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 31ceaf3 commit 3fad684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ backend-assets/gpt4all: sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a
178178

179179
backend-assets/espeak-ng-data: sources/go-piper
180180
mkdir -p backend-assets/espeak-ng-data
181-
$(MAKE) -C go-piper piper.o
181+
$(MAKE) -C sources/go-piper piper.o
182182
@cp -rf sources/go-piper/piper/build/pi/share/espeak-ng-data/. backend-assets/espeak-ng-data
183183

184184
sources/gpt4all/gpt4all-bindings/golang/libgpt4all.a: sources/gpt4all
@@ -196,7 +196,7 @@ sources/whisper.cpp:
196196
git clone https://github.com/ggerganov/whisper.cpp.git sources/whisper.cpp
197197
cd sources/whisper.cpp && git checkout -b build $(WHISPER_CPP_VERSION) && git submodule update --init --recursive --depth 1
198198

199-
sources/whisper.cpp/libwhisper.a: whisper.cpp
199+
sources/whisper.cpp/libwhisper.a: sources/whisper.cpp
200200
cd sources/whisper.cpp && make libwhisper.a
201201

202202
sources/go-llama:

0 commit comments

Comments
 (0)