diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-13 17:19:51 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-13 17:19:51 +0100 |
| commit | 8f4656b7920d37b3f1df5944dfe9307264a52f0b (patch) | |
| tree | e5540480b3e8aced36c7c1f738f90d26c685e103 /src/Makefile | |
| parent | 24a7e3ac0103979dcef910f0b87f3eea234d2353 (diff) | |
Reorganised tape files a bit and select one if none selected when patch is hit
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 \ |
