diff options
| author | B. Watson <yalhcru@gmail.com> | 2016-01-06 04:04:57 -0500 |
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2016-01-06 04:04:57 -0500 |
| commit | d90c75703d7a9ca53fded2a40fa35344279ed843 (patch) | |
| tree | dd88251aa2aa4c2f5d67abb40c263d7427915bbf /Makefile | |
| parent | ad615f1eb4febb59f5148ba356d9ad91dc72db09 (diff) | |
| download | taipan-d90c75703d7a9ca53fded2a40fa35344279ed843.tar.gz | |
document the compression before I forget
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
