Latest 2014 DFU-UTIL for Windows [compiled]

OK so i tried adding it after there with no luck, i think thats making and elf. so i added it here

@BDub Could this be added to the master so it is in there anyway? if dfu-util is in there anyways, then dfu-suffix shouldnt be an issue to add too? if the dfu gets up revved like they say and wont work without the suffix it could be good to have it in there already

# Create a bin file from ELF file
%.bin : %.elf
    @echo Invoking: ARM GNU Create Flash Image
    $(OBJCOPY) -O binary $< $@
    @echo
    dfu-suffix -d 1d50:607f -a $@
    @echo