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