summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstrid Smith2010-09-14 22:50:24 -0700
committerAstrid Smith2010-09-14 22:50:24 -0700
commitd0d96373296052894cea14a7802521cc551219a8 (patch)
tree67b419152b78fad316c8b42459b02923f0d4a6a4 /Makefile
parent2fffd745741cdefa133837a40d3672894f610e81 (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