diff options
Diffstat (limited to 'src/example/Makefile')
-rw-r--r-- | src/example/Makefile | 2 |
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) |