aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-26 05:41:50 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-26 05:41:50 -0400
commitc3133bb6cde23877c38659820a410dd7688cf813 (patch)
treed15430bf5a7c7387bf89a863f066c2d671ce1014 /Makefile
parent291f6ba7b54fb01053c8927d526bec5b3a1a111f (diff)
downloadatari8-self-relocator-c3133bb6cde23877c38659820a410dd7688cf813.tar.gz
switch to bitmap approach.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 412c0ab..6e1a27f 100644
--- a/Makefile
+++ b/Makefile
@@ -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