Remove useless rules

This commit is contained in:
TuxSH 2019-03-16 18:11:46 +01:00
parent 68b8c99ad0
commit a9a569c79d
3 changed files with 0 additions and 6 deletions

View File

@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
$(OUTPUT).elf : $(OFILES)
memory.o : CFLAGS += -O3
%.elf: $(OFILES)
@echo linking $(notdir $@)
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@

View File

@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
$(OUTPUT).elf : $(OFILES)
memory.o : CFLAGS += -O3
%.elf: $(OFILES)
@echo linking $(notdir $@)
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@

View File

@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
$(OUTPUT).elf : $(OFILES)
memory.o : CFLAGS += -O3
%.elf: $(OFILES)
@echo linking $(notdir $@)
@$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@