@@ -26,7 +26,7 @@ endif
C_SOURCES := $(foreach folder, $(SRC_DIR), $(wildcard $(folder)/*.c))
C_OBJECTS := $(C_SOURCES:%.c=$(OBJ_DIR)/%.o)
C_DEPS := $(SOURCES:%.c=$(OBJ_DIR)/%.d)
C_DEPS := $(C_SOURCES:%.c=$(OBJ_DIR)/%.d)
all: $(MAIN_FILE)
The note is not visible to the blocked user.