summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-10-10 16:46:07 (GMT)
committerGitHub <noreply@github.com>2017-10-10 16:46:07 (GMT)
commit887eccf1fdd91d50c4761bba79b5cf329a280ffb (patch)
tree2d8cadc66e84c8b6a9c1de99246ee495b6baa935
parentb26168be150bd1cbdd6daca59f53755a56fe7939 (diff)
parentaa44a55f67f79cfb52cb590e956d5067f343276c (diff)
downloadNinja-887eccf1fdd91d50c4761bba79b5cf329a280ffb.zip
Ninja-887eccf1fdd91d50c4761bba79b5cf329a280ffb.tar.gz
Ninja-887eccf1fdd91d50c4761bba79b5cf329a280ffb.tar.bz2
Merge pull request #1337 from Kulak/patch-1
correction of location of binary
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index e7c91ef..9198bdf 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -13,7 +13,7 @@ run `ninja_test` when developing.
Ninja is built using itself. To bootstrap the first binary, run the
configure script as `./configure.py --bootstrap`. This first compiles
all non-test source files together, then re-builds Ninja using itself.
-You should end up with a `ninja` binary (or `ninja.exe`) in the source root.
+You should end up with a `ninja` binary (or `ninja.exe`) in the project root.
#### Windows