Applications: Remove .bin files when cleaning
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 22:44:30 +0000 (22:44 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 23:36:34 +0000 (23:36 +0000)
Applications/util/Makefile

index aad0c8b..0bcabd4 100644 (file)
@@ -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