X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/f6fa1d6e1393de5d18302b8674ed1616afdfcefb..2b7d78b5cb3dc569d3915e91b6fa5782c9b94ed7:/Makefile diff --git a/Makefile b/Makefile index 3cabf3f..0aaf564 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ parsim: CoreTop_isim_par.exe %.o: %.asm rgbasm -o$@ $< -%.bin: %.o rom.lnk +%.bin: %.o echo "[Objects]" > tmp.lnk echo $< >> tmp.lnk echo "" >> tmp.lnk @@ -51,7 +51,7 @@ parsim: CoreTop_isim_par.exe xlink tmp.lnk rm tmp.lnk -%.mem: %.bin +%.mem: %.bin mashrom ./mashrom < $< > $@ CoreTop_%.bit: %.mem CoreTop.bit foo_bd.bmm