Skip to content
Snippets Groups Projects
Commit b01445e1 authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

README: Remove 'all run' target

Only QEMU and FVP have a 'run' target but all *.md files refer to README
Section 7.5 which calls for 'make all run'. Remove this target since
qemu.md and fvp.md already mention it. Also, 'all' should be the default
target so 'make' should be enough.

Fixes: https://github.com/OP-TEE/build/issues/146


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 284e9ee2
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ symlink the `Makefile` to the correct device specific makefile, that means that
you simply start the build by running:
```bash
$ make all run
$ make
```
This step will also take some time, but you can speed up subsequent builds by
enabling [ccache] (again see Tips and Tricks).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment