aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrammell hudson <hudson@trmm.net>2020-03-13 16:00:01 +0100
committerTrammell hudson <hudson@trmm.net>2020-03-13 16:00:01 +0100
commit190ab27e94e6e3581c61019c12702eb1d4c5816a (patch)
treee866e69889cd9f4d9eaab4169c54fadd8b0d40aa
parent53d75d1d68be75afd87c58e0d7cb145f801a9182 (diff)
downloadqboot-190ab27e94e6e3581c61019c12702eb1d4c5816a.zip
qboot-190ab27e94e6e3581c61019c12702eb1d4c5816a.tar.gz
qboot-190ab27e94e6e3581c61019c12702eb1d4c5816a.tar.bz2
makefile: update docs to use make instead of meson
Signed-off-by: Trammell hudson <hudson@trmm.net>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c913357..4fb3e9d 100644
--- a/README
+++ b/README
@@ -30,9 +30,9 @@ Clone the source:
Compile the qboot firmware (you may need to install the relevant build
time dependancies):
- $ meson build && ninja -C build
+ $ make
-The result will be a 64K file named bios.bin under the build/ directory.
+The result will be a 64K file named `build/bios.bin`.
Usage
=====