From 2067a9488ff61d0ef12ee7223570f70849fe4a63 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 30 Nov 2024 07:58:01 +0000 Subject: Removed examples for removed CBM TAP. --- src/example/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/example/Makefile') diff --git a/src/example/Makefile b/src/example/Makefile index c74bbc8..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 vic20+8k.prg c64.tap vic20.tap vic20+8k.tap + prg.prg hex.hex vic20.prg vic20+8k.prg CASM = ../casm all: $(ALL) $(CASM) @@ -67,15 +67,6 @@ vic20.prg: vic20.asm $(CASM) vic20+8k.prg: vic20+8k.asm $(CASM) $(CASM) vic20+8k.asm -c64.tap: c64-tap.asm $(CASM) - $(CASM) c64-tap.asm - -vic20.tap: vic20-tap.asm $(CASM) - $(CASM) vic20-tap.asm - -vic20+8k.tap: vic20+8k-tap.asm $(CASM) - $(CASM) vic20+8k-tap.asm - clean: rm -f $(ALL) -- cgit v1.2.3