From 4da3d3b952fe286063ae27ed79b34839e4dbf219 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 18 Apr 2017 22:59:13 +0100 Subject: [PATCH] utils: fix 6809 Make clean --- Applications/util/Makefile.6809 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1