summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--harness/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/Makefile b/harness/Makefile
index 0bb8e3d..2a88e71 100644
--- a/harness/Makefile
+++ b/harness/Makefile
@@ -6,7 +6,7 @@ PROGS:=$(PARTPROGS) $(EXTRAPROGS)
HARNESS_SRCS:=main.c
# io_queue.c
-CFLAGS=-Wall -Werror -I../src -g -O
+CFLAGS+=-Wall -Werror -I../src -g -O
#-lpthread -lrt
all: $(PROGS)