fix_: Update Makefile

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
Pablo Lopez 2025-06-10 15:31:30 +03:00 committed by GitHub
parent 010a984c3e
commit c3199624cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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