summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 14:12:51 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 14:12:51 -0400
commit38e144aeb7ac785ae68d1e7ee79ac4fa0b4412e2 (patch)
tree5b10ebb68e4da46f9cb75779b9b0b9659704affe /README.md
parentf8f38b100322aaf814d6a60a6d69776b446c1230 (diff)
downloadqtlocation-mapboxgl-38e144aeb7ac785ae68d1e7ee79ac4fa0b4412e2.tar.gz
remove distclean mention in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 325a9225a1..069054c5f5 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Or proceed to building the debug application with:
To trigger a complete rebuild, run `make clean` and then start over generating the Xcode projects or Makefiles as described above.
-If you are having trouble getting the dependencies right, you can blow away the `mason_packages` directory, or run `make distclean`. This means the Makefile and configure script will automatically install the dependencies again on the next try.
+This will also blow away the `mason_packages` directory. This means the Makefile and configure script will automatically install the dependencies again on the next try.
On OS X, you can also try clearing the Xcode cache with `make clear_xcode_cache`.