diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-11-29 22:46:44 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-11-29 22:46:44 +0000 |
commit | 2be063571c837ed5dd11a3be1211cb8182d4312d (patch) | |
tree | 95e4202b97fb9dd0f2cd1736fde78c5bdc447cbe /Makefile | |
parent | 580d915873a9851b527e71beb057d53e165e410f (diff) |
Removed redundant variable from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 \ |