summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-17 18:23:14 -0400
committerBert Belder <bertbelder@gmail.com>2018-08-18 01:09:48 +0200
commit81b042c8db510de729200ad4eb757b171fbb6236 (patch)
treed21655cc5a4493934b00ea7129f75ae62e8a1911 /BUILD.gn
parent3640ea4c0d1e47c672cae94d3f3efe63a845d0ae (diff)
Rename :all target to :default
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 62f2b4277..0a077f640 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6,7 +6,7 @@ import("//build_extra/flatbuffers/rust/rust_flatbuffer.gni")
import("//build_extra/deno.gni")
import("//build_extra/rust/rust.gni")
-group("all") {
+group("default") {
testonly = true
deps = [
":deno",