提交 bd3f7a1f 编写于 作者: V vit9696

User: Fix makefile typo

上级 f7021d23
......@@ -241,8 +241,7 @@ $(OUT_DIR)/%.o: %.c
$(CC) -MMD -MT $@ -MF $(OUT_DIR)/$*.d $(CFLAGS) $< -o $@
DEP := $(OBJS:%.o=%.d)
DEP_TEST := $(OBJ:%.o=%.d)
-include $(DEP) $(DEP_TEST)
-include $(DEP)
all: $(PRODUCT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册