summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 72bcb00..9801d29 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,10 @@ ifeq ($(USE_BENCH),1)
ALL_CFLAGS += -DUSE_BENCH
endif
+ifeq ($(USE_THREAD),1)
+ALL_CFLAGS += -DUSE_THREAD
+endif
+
OBJ = $(patsubst %.c,$(OUTDIR)/%.o,$(SRC))
all: release