diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ hello40.xex: hello.s cl65 -t none -o hello40.xex --asm-define start_addr=0x4000 hello.s hello41.xex: hello.s - cl65 -t none -o hello41.xex --asm-define start_addr=0x4102 hello.s + cl65 -t none -o hello41.xex --asm-define start_addr=0x4100 hello.s clean: rm -f reloc.atr hello40.xex hello41.xex reloc.xex *.o |