diff --git a/sys/src/boot/reform/mkfile b/sys/src/boot/reform/mkfile new file mode 100644 index 000000000..17d4326dc --- /dev/null +++ b/sys/src/boot/reform/mkfile @@ -0,0 +1,9 @@ +FILES=flash.bin + +all:V: flash.bin + +clean:V: + rm -f $FILES + +flash.bin: + hget -o flash.bin 'https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/v3/raw/flash.bin?job=build'