From 0a5a3114eccf9b6c2af805f19fda2835ce247abb Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 5 Mar 2026 06:48:37 +0000 Subject: multithreading, minor fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 923212d..1f909dc 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif AR := ar CFLAGS := -Wall -fPIC -I. -Isrc -LDFLAGS := -shared +LDFLAGS := -shared -lpthread BUILD_DIR ?= build OBJ_DIR := $(BUILD_DIR)/obj -- cgit v1.2.3