From 5fa15724257ae69b064ac74c8330af105641cc17 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Sat, 3 Jan 2015 22:44:30 +0000 Subject: [PATCH] Applications: Remove .bin files when cleaning --- Applications/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1