From f18b217c9c443c33cd9aa7ef15be879812a80cf8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 7 Jan 2023 10:10:34 +0100 Subject: [PATCH] Clean up Makefile --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 59e7ce7..b8c8246 100644 --- a/Makefile +++ b/Makefile @@ -133,15 +133,6 @@ $(OUTPUT).elf : $(OFILES) $(OFILES_SRC) : $(HFILES_BIN) - -#------------------------------------------------------------------------------- -# you need a rule like this for each extension you use as binary data -#------------------------------------------------------------------------------- -%.o: %.def - $(SILENTMSG) $(notdir $<) - $(SILENTCMD)rplimportgen $< $*.s $*.ld $(ERROR_FILTER) - $(SILENTCMD)$(CC) -x assembler-with-cpp $(ASFLAGS) -c $*.s -o $@ $(ERROR_FILTER) - #--------------------------------------------------------------------------------- %_bin.h %.bin.o : %.bin #---------------------------------------------------------------------------------