Remove useless rules
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user