aboutsummaryrefslogtreecommitdiff
path: root/src/example/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-01-05 15:34:45 +0000
committerIan C <ianc@noddybox.co.uk>2017-01-05 15:34:45 +0000
commita703276adc97fae897589e133290ab76e1806d87 (patch)
tree4384ed1d49b8059e2c32983d3e5036842884aa10 /src/example/Makefile
parentef52d1190254a085d8a2c027d80827fcce42d343 (diff)
Tweaks to (still broken) CPC output.
Diffstat (limited to 'src/example/Makefile')
-rw-r--r--src/example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/Makefile b/src/example/Makefile
index a1807a2..93bef30 100644
--- a/src/example/Makefile
+++ b/src/example/Makefile
@@ -36,7 +36,7 @@ spectrum.tap: spectrum.asm $(CASM)
c64.t64: c64.asm $(CASM)
$(CASM) c64.asm
-cpc.cdt: cpc.asm
+cpc.cdt: cpc.asm $(CASM)
$(CASM) cpc.asm
zx81.p: zx81.asm $(CASM)