From a9a4b281c3e4359c069ae2656e26d54bb791caf8 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Thu, 28 Jul 2016 09:46:11 +0200 Subject: [PATCH] doc: added help on 'clean' command to remove build --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 49cd6cb..cea324e 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,10 @@ You can build recipes at the same time by adding them as parameters:: $ ./toolchain.py build openssl kivy +Recipe builds can be removed via the clean command e.g.:: + + $ ./toolchain.py clean openssl + The Kivy recipe depends on several others, like the sdl* and python recipes. These may in turn depend on others e.g. sdl2_ttf depends on freetype, etc. You can think of it as follows: the kivy recipe will compile everything