diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-10 15:37:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-10 15:37:43 -0400 |
commit | 773cf3bd07f9e2d0a878e7929df873070a7977bc (patch) | |
tree | 99859f93c8bbc37b6ceeacf0762260d6801d21e8 /Makefile | |
parent | f35a2797f0f96c6c15e25d2b980a0f60360c244a (diff) | |
download | taipan-773cf3bd07f9e2d0a878e7929df873070a7977bc.tar.gz |
port stat: save some bytes, slight speedup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ taifont: convfont romfont font # the H: device enabled, pointed at the current directory, and set # to writable. PORTSTAT.DAT: mkportstats.xex - atari800 -nobasic mkportstats.xex + atari800 -H1 . -hreadwrite -nobasic mkportstats.xex touch portstat.s # Host tool that builds our custom font from the data ripped out of |