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)