diff options
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 |