Skip to content

Commit

Permalink
User: Fix makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 4, 2021
1 parent f7021d2 commit bd3f7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions User/Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit bd3f7a1

Please sign in to comment.