diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:00:23 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:00:23 -0500 |
| commit | 6521e971cdb772c53256d84a54c8d7b2d1ffa632 (patch) | |
| tree | 28af564e7a12dd629d791e815834b3782177ec0c /Makefile | |
| parent | d3a19b319e8ecdf111de44ffa9847474301edcbb (diff) | |
| download | fujinet-chat-6521e971cdb772c53256d84a54c8d7b2d1ffa632.tar.gz | |
Scrollback!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,6 +24,6 @@ memsetup.xex: memsetup.asm font_dl.xex: font_dl.asm font.dat -test: - cl65 -C src/atari.cfg -t atari -o testmain.xex src/addrs.c src/edbox.c src/screen.c uitest/test.c +test: memsetup.xex font_dl.xex + cl65 -C src/atari.cfg -t atari -o testmain.xex src/addrs.c src/edbox.c src/screen.c src/keyclick.s uitest/test.c cat memsetup.xex font_dl.xex testmain.xex > test.xex |
