diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-16 04:00:54 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-16 04:00:54 -0500 |
commit | 439448f01820445bb42354b7e781c46cfed87f82 (patch) | |
tree | 67c4dbf6c619bbb4d66a71cf2081e2d2fd30c534 /Makefile | |
parent | bd5f42cd72a25d82e5e9f5f88967e50bc09549a6 (diff) | |
download | dla-asm-439448f01820445bb42354b7e781c46cfed87f82.tar.gz |
enhance autorun.sys.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ dla2csv.xex: dla2csv.c dlaver.h $(CL65) $(CL65FLAGS) -t atari -W -unused-param -m dla2csv.map --start-addr 0x2800 -o $@ dla2csv.c autorun.sys: autorun.s about.dat - $(CL65) $(CL65FLAGS) -l about.list -t none -o autorun.sys autorun.s + $(CL65) $(CL65FLAGS) -l autorun.list -t none -o autorun.sys autorun.s about.dat: text2screen.pl ABOUT.txt perl text2screen.pl < ABOUT.txt > about.dat |