From fff4e5a818e6fe74c0d2e322a0feb447f9de722d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 10 Nov 2022 13:11:44 -0500 Subject: Report write errors in dla2csv, add disk and disktest make targets. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 802a2bd..a1f119f 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,12 @@ dla2csv: dla2csv.c $(CC) $(CFLAGS) -o dla2csv dla2csv.c \ || echo "Couldn't build host dla2csv; continuing without it" +disk: drive1.atr + +drive1.atr: all + axe -w dla.xex drive1.atr + axe -w dla2csv.xex drive1.atr + clean: rm -f dla.xex dla2csv dla2csv.xex dla.list dla.labels *.o @@ -33,6 +39,9 @@ distclean: clean test: all atari800 dla.xex +disktest: disk + atari800 drive1.atr + %.xex: %.s $(CL65) $(CL65FLAGS) -t none -o $@ $< -- cgit v1.2.3