From 7d4efc8bec684ffd1a65f70c4ad447aee20b606a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 11 Nov 2016 15:26:13 +0000 Subject: [PATCH] Makefile: remove .o files --- Applications/util/Makefile.6809 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/util/Makefile.6809 b/Applications/util/Makefile.6809 index 7a6c0c46..8ab2fe8e 100644 --- a/Applications/util/Makefile.6809 +++ b/Applications/util/Makefile.6809 @@ -135,11 +135,11 @@ $(APPS) $(APPSNS): %: %.o $(APPTC): %: %.o $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) -ltermcap6809 $^ -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 + rm -f $(OBJS) $(OBJSNS) $(APPS) $(APPSNS) $(APPTC) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core -- 2.34.1