From: Alan Cox Date: Fri, 11 Nov 2016 15:26:13 +0000 (+0000) Subject: Makefile: remove .o files X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7d4efc8bec684ffd1a65f70c4ad447aee20b606a;p=FUZIX.git Makefile: remove .o files --- 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