aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-05 06:48:37 +0000
committerfrosty <gabriel@bwaaa.monster>2026-03-05 06:48:37 +0000
commit0a5a3114eccf9b6c2af805f19fda2835ce247abb (patch)
treed2cd06ec6aed8a506fb33d21fce3249888d74845 /Makefile
parentcd0335d0c468cf55e53b5b3c1fae33d45c7de752 (diff)
downloadbeaker-0a5a3114eccf9b6c2af805f19fda2835ce247abb.tar.gz
multithreading, minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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