Skip to content

Commit

Permalink
[Bazel] Add an :all target (#1295)
Browse files Browse the repository at this point in the history
Having an :all target is the most future-proof way here.

Closes #1294.
  • Loading branch information
attilaolah authored Oct 30, 2023
1 parent 40e9cd8 commit 34e6772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bazel/emscripten_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ def _parse_version(v):
BUILD_FILE_CONTENT_TEMPLATE = """
package(default_visibility = ['//visibility:public'])
filegroup(
name = "all",
srcs = glob(["**"]),
)
filegroup(
name = "includes",
srcs = glob([
Expand Down

0 comments on commit 34e6772

Please sign in to comment.