mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7cfe35dff2
It's default in .bazelrc now.
8 lines
152 B
Python
8 lines
152 B
Python
load("@rules_cc//cc:defs.bzl", "cc_binary")
|
|
|
|
cc_binary(
|
|
name = "grencez_tok5",
|
|
srcs = ["grencez_tok5.c"],
|
|
copts = ["-Wno-unused-result"],
|
|
)
|