From 2a75d25632eb2ac966a3c52acbcc790d32abeef3 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 8 Apr 2023 15:58:03 -0400 Subject: read from config --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c2a640..9a6217d 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ CCFLAGS = -std=c17 -Wall -Wextra -O2 CCFLAGS += $(INCFLAGS) LDFLAGS += $(INCFLAGS) +LDFLAGS += -lpthread BIN = bin APP = $(BIN)/app -- cgit v1.2.3-freya