aboutsummaryrefslogtreecommitdiff
path: root/src/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/Makefile')
-rw-r--r--src/example/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/example/Makefile b/src/example/Makefile
index 629314a..5d2d326 100644
--- a/src/example/Makefile
+++ b/src/example/Makefile
@@ -21,7 +21,7 @@
#
ALL = spectrum.tap t64.t64 zx81.p gb.gb vcs.bin snes.sfc nes.nes cpc.cdt \
- prg.prg hex.hex vic20.prg
+ prg.prg hex.hex vic20.prg vic20+8k.prg
CASM = ../casm
all: $(ALL) $(CASM)
@@ -64,6 +64,9 @@ hex.hex: emucpm.z80 $(CASM)
vic20.prg: vic20.asm $(CASM)
$(CASM) vic20.asm
+vic20+8k.prg: vic20+8k.asm $(CASM)
+ $(CASM) vic20+8k.asm
+
clean:
rm -f $(ALL)