summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorChristian Moritz <chrmoritz@gmail.com>2019-09-12 21:07:21 +0200
committerBert Belder <bertbelder@gmail.com>2019-09-15 22:12:12 +0200
commit9c282d6a0eea8404653edb5d61adfe429b05ec18 (patch)
treed9b179e30c1f6a462fa469166c3fdc48d042ac00 /website
parent40a6d830737d51e70e4b4290182452fb7da6e65e (diff)
Move GN root into //core/libdeno (#2943)
Diffstat (limited to 'website')
-rw-r--r--website/manual.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/website/manual.md b/website/manual.md
index a3315eeec..1016aea65 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -204,16 +204,16 @@ ninja -C target/debug
cargo build --release
# List executable targets.
-gn ls target/debug //:* --as=output --type=executable
+gn --root=core/libdeno ls target/debug "//:*" --as=output --type=executable
# List build configuration.
-gn args target/debug/ --list
+gn --root=core/libdeno args target/debug/ --list
# Edit build configuration.
-gn args target/debug/
+gn --root=core/libdeno args target/debug/
# Describe a target.
-gn desc target/debug/ :deno
+gn --root=core/libdeno desc target/debug/ :deno
gn help
# Update third_party modules