summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-02-02 09:09:35 -0800
committerMegan Wachs <megan@sifive.com>2017-02-02 09:09:35 -0800
commitb03acee657964f3c0268645b76ba8c3a3163c3fa (patch)
tree2e82a06545b33d25b1a83680f55770e5478d58a7 /README.md
parent8bd2184f1b2c44dffaa3221898a32e8540769a27 (diff)
help: Re-organized the Makefile help, and updated the README to use the already existing 'uninstall' target to remove and reinstall tools.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ab0b56..523e754 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ git submodule update --init --recursive
If you would like to recompile the entire toolchain after performing the above:
```
-rm -rf toolchain
-rm -rf work
+make uninstall
make tools
```