From d738c67b21b73a0c513d5ce28f08f0d7fdef126f Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 30 十一月 2020 10:29:05 +0800 Subject: [PATCH] update --- src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile b/src/Makefile index b1759a6..d802507 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ #-I$(ROOT)/include/usgcommon -INCLUDES += -I./queue -I./socket -I./common/include -I$(ROOT)/include/usgcommon +INCLUDES += -I./queue -I./socket -I$(ROOT)/include/usgcommon SOURCES := $(wildcard *.c ./**/*.c) OBJS = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) -- Gitblit v1.8.0