From d90c75703d7a9ca53fded2a40fa35344279ed843 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 6 Jan 2016 04:04:57 -0500 Subject: document the compression before I forget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3