diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-05 06:48:37 +0000 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-05 06:48:37 +0000 |
| commit | 0a5a3114eccf9b6c2af805f19fda2835ce247abb (patch) | |
| tree | d2cd06ec6aed8a506fb33d21fce3249888d74845 /Makefile | |
| parent | cd0335d0c468cf55e53b5b3c1fae33d45c7de752 (diff) | |
| download | beaker-0a5a3114eccf9b6c2af805f19fda2835ce247abb.tar.gz | |
multithreading, minor fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
