aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-26 05:49:57 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-26 05:49:57 -0400
commit6c0ed6f7bb728734077c2830ea3681f6a54feddc (patch)
treee325267fe17dca77f434f034f627561c217ef446 /Makefile
parentc3133bb6cde23877c38659820a410dd7688cf813 (diff)
downloadatari8-self-relocator-6c0ed6f7bb728734077c2830ea3681f6a54feddc.tar.gz
Makefile: add DOS 2.5 test target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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