From c3199624cfca01be6b487ca99992b7e713f5cd7d Mon Sep 17 00:00:00 2001 From: Pablo Lopez Date: Tue, 10 Jun 2025 15:31:30 +0300 Subject: [PATCH] fix_: Update Makefile Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55c7570..6a1f318 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ help: @echo " help - Show this help message" # Build Nim library -build-nim: +libchatsdk: @echo "Building Nim library..." cd src && nim c --app:lib --opt:speed --mm:arc --out:../bindings/c-bindings/libchatsdk.so chat_sdk.nim