From 94d20a5972d0b3e7c36a90a9ee97deddfea112da Mon Sep 17 00:00:00 2001 From: Grind Date: Sun, 10 Sep 2017 19:14:33 -0400 Subject: [PATCH] Forgot to change a line in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1936159..df23a19 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Possible targets to install are: * `flamewing-tools`: Flamewing's mdtools, useful for ROM hacking * `sgdk`: SGDK and its tools (rescomp, xgmtool, etc) -By default, only the `m68k-toolchain` and `tools` targets are built. +By default, everything except `m68k-gdb` and `sh-toolchain` are installed. The default install path is `${HOME}/mars`, but can be changed by defining `MARSDEV` like this: `make MARSDEV=/where/to/install`.