summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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