wangzhengquan
2020-12-03 f5f063a8d4fdf1e9e967a2206f7cc8de2d549b66
src/Makefile
@@ -12,11 +12,11 @@
# 开源工具包
#LDLIBS += -lusgcommon
LDLIBS += -lusgcommon
#-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)) 
@@ -84,6 +84,7 @@
.PHONY: clean
clean:
   rm -f $(OBJS) $(MYLIBS) $(DEPENDENCES) $(TEMPFILES)
   rm -rf $(DEST)/*
-include $(DEPENDENCES)