This commit is contained in:
jackcmay
2018-10-31 10:12:17 -07:00
committed by Jack May
parent 22eb1b977f
commit e2660f2ac1

View File

@ -91,9 +91,9 @@ $(OUT_DIR)/%.o: $(OUT_DIR)/%.bc
@echo "[llc] $@ ($<)" @echo "[llc] $@ ($<)"
$(_@)$(LLC) $(LLC_FLAGS) -o $@ $< $(_@)$(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 define \n