From: Alan Cox Date: Mon, 30 Apr 2018 17:29:14 +0000 (+0100) Subject: utils: Fix make clean X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cedf53e2fc916bfca665ff5e3275f6e0320b4813;p=FUZIX.git utils: Fix make clean --- 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