1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 13:56:22 +02:00
wernermisc/m1/jtag-boot/Makefile

11 lines
151 B
Makefile
Raw Normal View History

.PHONY: boot clean
boot: boot.jtag boot.bit
jtag -q boot.jtag
boot.bit: mkboot
./mkboot >$@ || { rm -rf $@; exit 1; }
clean:
rm -f boot.bit