aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56a81b4..9cb010b 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ comptitle.xex: titledata.xex titlecomp.pl comptitle.s.in
# to get cc65 to build an init segment (would need a custom linker
# script at least).
newtitle.xex: newtitle.s ver.dat
- cl65 -o newtitle.xex -t none newtitle.s
+ cl65 -l newtitle.lst -m newtitle.map -o newtitle.xex -t none newtitle.s
ver.dat: mkver.pl
perl mkver.pl $(VERSION) > ver.dat