From 585ac460100ca1614a49691eb8c031c1abc02d98 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 13 Oct 2017 20:14:20 +0100 Subject: [PATCH] Makefile: Clean up OBJSNS items in V7/cmd --- Applications/V7/cmd/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/V7/cmd/Makefile.z80 b/Applications/V7/cmd/Makefile.z80 index eb15fadb..235b93f8 100644 --- a/Applications/V7/cmd/Makefile.z80 +++ b/Applications/V7/cmd/Makefile.z80 @@ -52,7 +52,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