summaryrefslogtreecommitdiff
path: root/other/fun
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-12 12:20:54 +0000
commite6714909898d7e5fe6b35b6d109e584e6c5858b0 (patch)
tree5531ce336f78f2cb2da2249b60c421dc81a07889 /other/fun
parent64bf3695d99688ad0967bdba2207c46845a3e8c2 (diff)
Use rules_cc instead of native cc_library rules.
Diffstat (limited to 'other/fun')
-rw-r--r--other/fun/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
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"],