From: Will Sowerbutts Date: Sat, 3 Jan 2015 22:44:30 +0000 (+0000) Subject: Applications: Remove .bin files when cleaning X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5fa15724257ae69b064ac74c8330af105641cc17;p=FUZIX.git Applications: Remove .bin files when cleaning --- diff --git a/Applications/util/Makefile b/Applications/util/Makefile index aad0c8b0..0bcabd4d 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -117,7 +117,7 @@ $(OBJSBAD): $(SRCSBAD) $(FCC) $< -o $@ clean: - rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp + rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin rmbak: rm -f *~ core