commit d5b6a0fb1120c8060bc38e7849ae55dccb465c02
parent 25e0ca41100d9dde401ad4c86cfeb34f67b004cf
Author: Brian Swetland <swetland@frotz.net>
Date: Sun, 5 Feb 2012 08:09:40 -0800
Makefile: rom.txt depends on a32
If we fix the assembler, we should re-assemble the codes.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -10,7 +10,7 @@ all: a32 testbench
testbench: $(SRC) rom.txt
iverilog -o testbench $(SRC)
-rom.txt: rom.s
+rom.txt: rom.s a32
./a32 rom.s rom.txt
a32: a32.c