ref: d10f37e17f69d0f8e446b09414f630e12ba04273
dir: /sys/src/boot/bcm/mkfile/
URL=https://github.com/raspberrypi/firmware/raw/master/boot
FILES=bootcode.bin fixup_cd.dat start_cd.elf LICENCE.broadcom
all:V: $FILES
clean:V:
rm -f $FILES
$FILES:
for(i in $target){
hget -o $i $URL/$i
}