# Builds dfu-util executables
cd ./dfu-util-0.11
./autogen.sh
./configure
make
cd ..
cp ./dfu-util-0.11/src/dfu-util ./
