From 53ed5ef189c743899929f46c528d05f974a1fe4a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 18 Jul 2025 14:57:14 +0200 Subject: [PATCH] Makefile fixup Signed-off-by: Ettore Di Giacinto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e82641e20..81cb6a455 100644 --- a/Makefile +++ b/Makefile @@ -659,7 +659,7 @@ backend-assets/espeak-ng-data: sources/go-piper sources/go-piper/libpiper_bindin backend-assets/grpc: mkdir -p backend-assets/grpc -backend-assets/grpc/huggingface: backend-assets/grpc +backend-assets/grpc/huggingface: protogen-go backend-assets/grpc $(GOCMD) build -ldflags "$(LD_FLAGS)" -tags "$(GO_TAGS)" -o backend-assets/grpc/huggingface ./backend/go/llm/langchain/ ifneq ($(UPX),) $(UPX) backend-assets/grpc/huggingface