From 19d815ca39ca842a2c2604aedb6d472eb219f858 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 11 Nov 2016 15:26:23 +0000 Subject: [PATCH] Makefile: remove .o files --- Applications/util/Makefile.68000 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/util/Makefile.68000 b/Applications/util/Makefile.68000 index 045db3b7..3637faa7 100644 --- a/Applications/util/Makefile.68000 +++ b/Applications/util/Makefile.68000 @@ -138,11 +138,11 @@ $(APPTC): %: %.o $(LINKER) $^ -o $@.bin -ltermcap68000 $(LINKER_OPT) $(ELF2FUZIX) -o $@ $@.bin -size.report: $(APPS) $(APPSNS) +size.report: $(APPS) $(APPSNS) $(APPTC) ls -l $^ > $@ clean: - rm -f $(OBJS) $(OBJSNS) $(APPS) $(APPSNS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report *.o + rm -f $(OBJS) $(OBJSNS) $(APPS) $(APPSNS) $(APPTC) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report *.o rmbak: rm -f *~ core -- 2.34.1