From: Alan Cox Date: Tue, 18 Apr 2017 21:59:13 +0000 (+0100) Subject: utils: fix 6809 Make clean X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4da3d3b952fe286063ae27ed79b34839e4dbf219;p=FUZIX.git utils: fix 6809 Make clean --- diff --git a/Applications/util/Makefile.6809 b/Applications/util/Makefile.6809 index 8ab2fe8e..520f195a 100644 --- a/Applications/util/Makefile.6809 +++ b/Applications/util/Makefile.6809 @@ -139,7 +139,7 @@ size.report: $(APPS) $(APPSNS) $(APPTC) ls -l $^ > $@ clean: - rm -f $(OBJS) $(OBJSNS) $(APPS) $(APPSNS) $(APPTC) $(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 *.o size.report rmbak: rm -f *~ core