From 6c0ed6f7bb728734077c2830ea3681f6a54feddc Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 26 Apr 2025 05:49:57 -0400 Subject: Makefile: add DOS 2.5 test target. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e1a27f..ed90eae 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +all: reloc.atr reloc25.atr + +reloc25.atr: reloc.atr + cp dos25_4drives.atr reloc25.atr + axe -w autorun.sys reloc25.atr + reloc.atr: reloc.xex hello40.xex hello41.xex mkrelocxex.pl autorun.sys cp dos_20s.atr reloc.atr axe -w autorun.sys reloc.atr -- cgit v1.2.3