mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
actually fix Makefile
This commit is contained in:
parent
95773ca8db
commit
75be146d21
@ -71,7 +71,7 @@ $(BUILD_DIR):
|
|||||||
mkdir $(BUILD_DIR)
|
mkdir $(BUILD_DIR)
|
||||||
|
|
||||||
$(BUILD_DIR)/$(TARGET).elf: $(O_FILES) $(LD_SCRIPT) $(BUILD_DIR)
|
$(BUILD_DIR)/$(TARGET).elf: $(O_FILES) $(LD_SCRIPT) $(BUILD_DIR)
|
||||||
$(LD) $(LDFLAGS) -o $@ $<
|
$(LD) $(LDFLAGS) -o $@ $(O_FILES)
|
||||||
|
|
||||||
$(BUILD_DIR)/%.o: %.s $(BUILD_DIR)
|
$(BUILD_DIR)/%.o: %.s $(BUILD_DIR)
|
||||||
$(AS) $(ASFLAGS) -o $@ $<
|
$(AS) $(ASFLAGS) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user