summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDuncan Smith2010-09-14 22:50:24 -0700
committerDuncan Smith2010-09-14 22:50:24 -0700
commit3759ea83b657719244d12765f5717cae576fefb5 (patch)
tree151975ce00bbcf342a20557fe4329d84fc694981 /Makefile
parent1f43ebf7030be20a3e559375a0ad09262ca2e1c3 (diff)
Conditional jumps work now.
Holy shit that was a hairy debug session. I have a lot to look forward to.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5a4ad6..45601d9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,5 @@ testbenches/mine.h: testbenches/mine.bin
hexdump -v -e '12/1 "0x%02x, "' -e '"\n"' testbenches/mine.bin | sed -e 's/0x *,//g' >> testbenches/mine.h
echo '};' >> testbenches/mine.h
-testbenches/zexdoc.bin: testbenches/mine.z80
+testbenches/mine.bin: testbenches/mine.z80
spasm testbenches/mine.z80