aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 2 insertions, 4 deletions
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)