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