aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-16 04:00:54 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-16 04:00:54 -0500
commit439448f01820445bb42354b7e781c46cfed87f82 (patch)
tree67c4dbf6c619bbb4d66a71cf2081e2d2fd30c534 /Makefile
parentbd5f42cd72a25d82e5e9f5f88967e50bc09549a6 (diff)
downloaddla-asm-439448f01820445bb42354b7e781c46cfed87f82.tar.gz
enhance autorun.sys.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 427a3b7..a1f5c92 100644
--- a/Makefile
+++ b/Makefile
@@ -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