mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-28 08:43:51 +00:00
9 lines
149 B
Python
9 lines
149 B
Python
|
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||
|
|
||
|
# Some comment to be preserved
|
||
|
|
||
|
filegroup(
|
||
|
name = "allfiles",
|
||
|
srcs = glob(["**"]),
|
||
|
)
|