From 36dcaa5343f1abbf76df9e34f25a61d322eb9388 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2022 18:12:54 -0500 Subject: v0.3.1: dla.xex: handle Break and EOF at prompts. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3