diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 18:23:14 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-18 01:09:48 +0200 |
commit | 81b042c8db510de729200ad4eb757b171fbb6236 (patch) | |
tree | d21655cc5a4493934b00ea7129f75ae62e8a1911 /BUILD.gn | |
parent | 3640ea4c0d1e47c672cae94d3f3efe63a845d0ae (diff) |
Rename :all target to :default
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |