src/Makefile @@ -12,7 +12,7 @@ # 开源工具包 #LDLIBS += -lusgcommon LDLIBS += -lusgcommon #-I$(ROOT)/include/usgcommon @@ -84,6 +84,7 @@ .PHONY: clean clean: rm -f $(OBJS) $(MYLIBS) $(DEPENDENCES) $(TEMPFILES) rm -rf $(DEST)/* -include $(DEPENDENCES)