diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-26 05:49:57 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-26 05:49:57 -0400 |
commit | 6c0ed6f7bb728734077c2830ea3681f6a54feddc (patch) | |
tree | e325267fe17dca77f434f034f627561c217ef446 /Makefile | |
parent | c3133bb6cde23877c38659820a410dd7688cf813 (diff) | |
download | atari8-self-relocator-6c0ed6f7bb728734077c2830ea3681f6a54feddc.tar.gz |
Makefile: add DOS 2.5 test target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |