From ed012804c8d089a3bca69574b198bdd987318f01 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 30 十一月 2020 11:00:16 +0800 Subject: [PATCH] update --- src/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4dc86a4..d802507 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,11 +12,11 @@ # 寮�婧愬伐鍏峰寘 -#LDLIBS += -lusgcommon +LDLIBS += -lusgcommon #-I$(ROOT)/include/usgcommon -INCLUDES += -I./queue -I./socket -I./common/include +INCLUDES += -I./queue -I./socket -I$(ROOT)/include/usgcommon SOURCES := $(wildcard *.c ./**/*.c) OBJS = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) @@ -84,6 +84,7 @@ .PHONY: clean clean: rm -f $(OBJS) $(MYLIBS) $(DEPENDENCES) $(TEMPFILES) + rm -rf $(DEST)/* -include $(DEPENDENCES) -- Gitblit v1.8.0