From 439448f01820445bb42354b7e781c46cfed87f82 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 16 Nov 2022 04:00:54 -0500 Subject: enhance autorun.sys. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3