This commit is contained in:
Thomas Klaehn
2016-08-28 15:01:44 +02:00
parent fdc493fcef
commit 2df23ab567
4 changed files with 164 additions and 7 deletions

View File

@@ -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)