1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-01-18 21:11:06 +02:00
2011-09-06 11:59:09 -03:00

11 lines
151 B
Makefile

.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