diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-12-29 10:12:22 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-12-29 10:12:22 +0000 |
commit | ef52d1190254a085d8a2c027d80827fcce42d343 (patch) | |
tree | 9ea079a363b048d5409b3871940695537778253f /src | |
parent | 11e4ac42701e6d4b53425b806908aec3c47f548f (diff) |
Fix for example makefile.
Diffstat (limited to 'src')
-rw-r--r-- | src/example/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/example/Makefile b/src/example/Makefile index 8bf1992..a1807a2 100644 --- a/src/example/Makefile +++ b/src/example/Makefile @@ -20,7 +20,7 @@ # Makefile for examples # -ALL = spectrum.tap c64.t64 zx81.p gb.gb vcs.bin snes.sfc nes.nes cpc.tap +ALL = spectrum.tap c64.t64 zx81.p gb.gb vcs.bin snes.sfc nes.nes cpc.cdt CASM = ../casm all: $(ALL) $(CASM) @@ -36,7 +36,7 @@ spectrum.tap: spectrum.asm $(CASM) c64.t64: c64.asm $(CASM) $(CASM) c64.asm -cpc.tap: cpc.asm +cpc.cdt: cpc.asm $(CASM) cpc.asm zx81.p: zx81.asm $(CASM) |