aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e48f3c3..7b8aa9a 100644
--- a/Makefile
+++ b/Makefile
@@ -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