From 2e82a0eb6e13f209a2a4492dc348c9d4f8509753 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 30 Nov 2024 07:53:44 +0000 Subject: Removed CBM TAP output. Couldn't find enough documentation and we already have PRG output for those platforms, plut T64. --- src/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f80f535..0d06ee0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,8 +52,7 @@ SOURCE = casm.c \ nesout.c \ cpcout.c \ prgout.c \ - hexout.c \ - cbmtapout.c + hexout.c OBJECTS = casm.o \ expr.o \ @@ -83,8 +82,7 @@ OBJECTS = casm.o \ nesout.o \ cpcout.o \ prgout.o \ - hexout.o \ - cbmtapout.o + hexout.o $(TARGET): $(OBJECTS) $(CC) $(CLAGS) -o $(TARGET) $(OBJECTS) -- cgit v1.2.3