diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-15 00:52:40 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-15 00:52:40 +0100 |
| commit | 47e68b48a085efbc0a71b7814659dba159314475 (patch) | |
| tree | 0c7ad1ee36bdf3d35ce48b959821e677f702a4c4 /src/Makefile | |
| parent | f540fb7da37d6c5b5544715e4ee6b83d440ea61d (diff) | |
Added type lookup to file selector. Removed old CVS tags. Added SDL keysym to char lookup.
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 96193fe..0e42bba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,6 +41,7 @@ SOURCE = main.c \ kbbmp.c \ exit.c \ tape.c \ + symtochar.c \ expr.c \ z80.c \ z80_decode.c \ @@ -57,6 +58,7 @@ OBJECTS = main.o \ kbbmp.o \ exit.o \ tape.o \ + symtochar.o \ expr.o \ z80.o \ z80_decode.o \ |
