aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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