aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 843dbf9cb..035d1f411 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Run `mingw64.exe` or `mingw32.exe` from the installation directory.
20 20
21On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` (Linux only) or by editing `.config`, if you know what you're doing. 21On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` (Linux only) or by editing `.config`, if you know what you're doing.
22 22
23Then just `make`. 23Then just `make` or `make CROSS_COMPILE=""` on Windows.
24 24
25### Limitations 25### Limitations
26 26