Files
wernermisc/m1/jtag-boot/Makefile
T

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