summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f8a0a14..96193fe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,6 +40,7 @@ SOURCE = main.c \
util.c \
kbbmp.c \
exit.c \
+ tape.c \
expr.c \
z80.c \
z80_decode.c \
@@ -55,6 +56,7 @@ OBJECTS = main.o \
util.o \
kbbmp.o \
exit.o \
+ tape.o \
expr.o \
z80.o \
z80_decode.o \