From e17bc0f9444e1e7c150c5023901d5b55875dd6af Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Sep 2024 16:24:07 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index d2d807d..b250eca 100644 --- a/config.mk +++ b/config.mk @@ -1,9 +1,9 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = c99 +CC = cc -std=c11 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -LDFLAGS = -lsimple +CFLAGS = -lpthread +LDFLAGS = -lsimple -lpthread #libsimple>=1.7 -- cgit v1.2.3-70-g09d2