aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-06 04:04:57 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-06 04:04:57 -0500
commitd90c75703d7a9ca53fded2a40fa35344279ed843 (patch)
treedd88251aa2aa4c2f5d67abb40c263d7427915bbf /Makefile
parentad615f1eb4febb59f5148ba356d9ad91dc72db09 (diff)
downloadtaipan-d90c75703d7a9ca53fded2a40fa35344279ed843.tar.gz
document the compression before I forget
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