From 47918eeb2adbea9795fcec6b56c620c52fcb7df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Mon, 7 Sep 2015 23:14:24 +0200 Subject: [PATCH] Build command is 'build' not 'make. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d6f079..fa030ed 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Follow steps listed below: 2. Run `toolchain-m68k` or `toolchain-ppc` script (with `--prefix` option to specify where to install the toolchain). Note, that the destination directory must be writable by the user. ``` -# ./toolchain-m68k --prefix=/opt/m68k-amigaos make +# ./toolchain-m68k --prefix=/opt/m68k-amigaos build ``` 3. Wait for the result :-)