summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/BUILD.bazel1
-rw-r--r--other/bootstrap_daemon/BUILD.bazel2
-rw-r--r--other/fun/BUILD.bazel2
3 files changed, 5 insertions, 0 deletions
diff --git a/other/BUILD.bazel b/other/BUILD.bazel
index d0fcf850..63652181 100644
--- a/other/BUILD.bazel
+++ b/other/BUILD.bazel
@@ -1,3 +1,4 @@
1load("@rules_cc//cc:defs.bzl", "cc_binary")
1load("//tools:no_undefined.bzl", "cc_library") 2load("//tools:no_undefined.bzl", "cc_library")
2 3
3cc_library( 4cc_library(
diff --git a/other/bootstrap_daemon/BUILD.bazel b/other/bootstrap_daemon/BUILD.bazel
index 631a473e..0f38085d 100644
--- a/other/bootstrap_daemon/BUILD.bazel
+++ b/other/bootstrap_daemon/BUILD.bazel
@@ -1,3 +1,5 @@
1load("@rules_cc//cc:defs.bzl", "cc_binary")
2
1cc_binary( 3cc_binary(
2 name = "bootstrap_daemon", 4 name = "bootstrap_daemon",
3 srcs = glob([ 5 srcs = glob([
diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel
index f66aab25..584c2a83 100644
--- a/other/fun/BUILD.bazel
+++ b/other/fun/BUILD.bazel
@@ -1,3 +1,5 @@
1load("@rules_cc//cc:defs.bzl", "cc_binary")
2
1cc_binary( 3cc_binary(
2 name = "cracker", 4 name = "cracker",
3 srcs = ["cracker.c"], 5 srcs = ["cracker.c"],