From aa44a55f67f79cfb52cb590e956d5067f343276c Mon Sep 17 00:00:00 2001 From: Kulak Date: Thu, 28 Sep 2017 15:02:14 -0700 Subject: correction of location of binary original said "source root", but actual location is project root. Perhaps it is mean to be "src" parent, but that's a bit confusing. --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12