From: Joshua Wise Date: Thu, 17 Apr 2008 04:01:35 +0000 (-0400) Subject: Fix makefile X-Git-Url: http://git.joshuawise.com/fpgaboy.git/commitdiff_plain/922655ddc3b83b82d6b07d7332db901c9d1c5558 Fix makefile --- diff --git a/Makefile b/Makefile index 3cabf3f..41e01c4 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