]> Joshua Wise's Git repositories - fpgaboy.git/commitdiff
Fix makefile
authorJoshua Wise <joshua@nyus.joshuawise.com>
Thu, 17 Apr 2008 04:01:35 +0000 (00:01 -0400)
committerJoshua Wise <joshua@nyus.joshuawise.com>
Thu, 17 Apr 2008 04:01:35 +0000 (00:01 -0400)
Makefile

index 3cabf3feb3cf9792ec6fefe51d7bcb9cf44870b6..41e01c4e94a8f69f9a98e57e899de10a1c719023 100644 (file)
--- 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
This page took 0.024944 seconds and 4 git commands to generate.