Fix deps (#1672)
This commit is contained in:
parent
b74e085538
commit
aca2f9666d
|
@ -90,10 +90,10 @@ $(OUT_DIR)/%.bc: $(SRC_DIR)/%.c
|
|||
$(OUT_DIR)/%.o: $(OUT_DIR)/%.bc
|
||||
@echo "[llc] $@ ($<)"
|
||||
$(_@)$(LLC) $(LLC_FLAGS) -o $@ $<
|
||||
|
||||
-include $(wildcard $(OUT_DIR)/*.d)
|
||||
|
||||
-include $(wildcard $(OUT_DIR)/%.d)
|
||||
|
||||
PROGRAM_NAMES := $(notdir $(basename $(wildcard src/*.c)))
|
||||
PROGRAM_NAMES := $(notdir $(basename $(wildcard $(SRC_DIR)/*.c)))
|
||||
|
||||
define \n
|
||||
|
||||
|
|
Loading…
Reference in New Issue