From c3133bb6cde23877c38659820a410dd7688cf813 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 26 Apr 2025 05:41:50 -0400 Subject: switch to bitmap approach. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3