diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-26 05:41:50 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-26 05:41:50 -0400 |
commit | c3133bb6cde23877c38659820a410dd7688cf813 (patch) | |
tree | d15430bf5a7c7387bf89a863f066c2d671ce1014 /Makefile | |
parent | 291f6ba7b54fb01053c8927d526bec5b3a1a111f (diff) | |
download | atari8-self-relocator-c3133bb6cde23877c38659820a410dd7688cf813.tar.gz |
switch to bitmap approach.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ reloc.atr: reloc.xex hello40.xex hello41.xex mkrelocxex.pl autorun.sys autorun.sys: reloc.xex hello40.xex hello41.xex ./mkrelocxex.pl hello40.xex hello41.xex autorun.sys -reloc.xex: reloc.s +reloc.xex: reloc.s mkrelocxex.pl cl65 -t none -o reloc.xex reloc.s hello40.xex: hello.s |