From 922655ddc3b83b82d6b07d7332db901c9d1c5558 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Thu, 17 Apr 2008 00:01:35 -0400 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2