summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-11-29 22:46:44 +0000
committerIan C <ianc@noddybox.co.uk>2022-11-29 22:46:44 +0000
commit2be063571c837ed5dd11a3be1211cb8182d4312d (patch)
tree95e4202b97fb9dd0f2cd1736fde78c5bdc447cbe
parent580d915873a9851b527e71beb057d53e165e410f (diff)
Removed redundant variable from Makefile
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 6795e88..32173a8 100644
--- a/Makefile
+++ b/Makefile
@@ -49,17 +49,6 @@ LIBS += -L/usr/local/lib -lreadline
# ===================
#
-
-SOURCE = z80.c \
- z80_decode.c \
- z80_dis.c \
- expr.c \
- emma.c \
- main.c \
- support.c \
- callbacks.c \
- interface.c
-
BASE_O = z80.o \
z80_decode.o \
z80_dis.o \