From cedf53e2fc916bfca665ff5e3275f6e0320b4813 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 30 Apr 2018 18:29:14 +0100 Subject: [PATCH] utils: Fix make clean --- Applications/util/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/util/Makefile.z80 b/Applications/util/Makefile.z80 index bf8adf49..633e359d 100644 --- a/Applications/util/Makefile.z80 +++ b/Applications/util/Makefile.z80 @@ -152,7 +152,7 @@ sizes: $(APPS) ls -l $(APPS) >size.report clean: - rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report + rm -f $(OBJS) $(OBJSNS) $(OBJSBAD) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core -- 2.34.1