wangzhengquan
2020-12-01 caecfd9123e17b916c1e6e79f967afb3cdeaa0bb
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)) 
@@ -84,6 +84,7 @@
.PHONY: clean
clean:
   rm -f $(OBJS) $(MYLIBS) $(DEPENDENCES) $(TEMPFILES)
   rm -rf $(DEST)/*
-include $(DEPENDENCES)