aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-09 14:56:39 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-04 21:12:23 +0100
commit7d8da8b4fb9826ce21dbe821596509823f7ec16f (patch)
tree1ebce6651312b58ea939013c964033c349e130f3 /README.md
parent4cfc79f145b7c620a2688f4a755d5e53c7ef0e9d (diff)
downloadcode.nes-7d8da8b4fb9826ce21dbe821596509823f7ec16f.tar.gz
code.nes-7d8da8b4fb9826ce21dbe821596509823f7ec16f.zip
Clean up the Makefile output
This also involves moving the target for the `space` example to the general Makefile. The Makefile is not as clear as I'd like, but at least it's not a mess (yet). Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d239e28..f4fa51d 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ You can build everything by just calling `make` and binaries will then be
available in the `out` directory. Before doing that, though, you will need a
compiler for the 6052 platform. A good option is
[cc65](https://github.com/cc65/cc65), which is available on all major platforms.
-Otherwise, if you want to use another compiler, you can pass the `CC65` and
-`CCOPTS` variables to the Makefile.
+Otherwise, if you want to use another compiler, you can pass the `CC65`, `CA65`,
+`LD65` and `CCOPTS` variables to the Makefile.
After that, it's recommended that you run the ROMs with an emulator with
debugging support or at least some form of memory visualization. This is because