aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-14 18:12:54 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-14 18:12:54 -0500
commit36dcaa5343f1abbf76df9e34f25a61d322eb9388 (patch)
tree7780dc65df0ca83a2400cee6928c32bcc13ab553 /Makefile
parent9a2f5f4c83201c193dd1029aeca04cff44574e60 (diff)
downloaddla-asm-36dcaa5343f1abbf76df9e34f25a61d322eb9388.tar.gz
v0.3.1: dla.xex: handle Break and EOF at prompts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdede2c..c92b9eb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ dla2csv: dla2csv.c dlaver.h
# turn off unused parameter warnings because cc65 insists on complaining
# that argc and argv are unused.
dla2csv.xex: dla2csv.c dlaver.h
- $(CL65) $(CL65FLAGS) -t atari -W -unused-param -o $@ dla2csv.c
+ $(CL65) $(CL65FLAGS) -t atari -W -unused-param -m dla2csv.map -o $@ dla2csv.c
disk: drive1.atr