From a274455c4434b934baa92229555744c18b48caec Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 9 Apr 2018 00:05:04 +0100 Subject: [PATCH] 6502: fix make clean --- Applications/util/Makefile.6502 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/util/Makefile.6502 b/Applications/util/Makefile.6502 index 585738aa..24bb8d60 100644 --- a/Applications/util/Makefile.6502 +++ b/Applications/util/Makefile.6502 @@ -136,7 +136,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) $(OBJTC) $(APPS) $(APPSNS) $(APPTC) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core -- 2.34.1