From 87032512697d89717e8bbf01a8d3137eac5be376 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 22 Jul 2024 15:52:25 +0200 Subject: Makefile: do not overwrite libs / flags --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e757777..c2f73f7 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ EXTRA_CFLAGS = EXTRA_LIBS = ifdef pthread - EXTRA_CFLAGS = -DMULTITHREADED -pthread + EXTRA_CFLAGS += -DMULTITHREADED -pthread endif ifdef numa - EXTRA_CFLAGS = -DNUMA - EXTRA_LIBS = -lnuma + EXTRA_CFLAGS += -DNUMA + EXTRA_LIBS += -lnuma endif mbw: mbw.c -- cgit v1.2.3