From 7d8da8b4fb9826ce21dbe821596509823f7ec16f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 9 Dec 2024 14:56:39 +0100 Subject: Clean up the Makefile output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3