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