aboutsummaryrefslogtreecommitdiff
path: root/research/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'research/BUILD')
-rwxr-xr-xresearch/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/research/BUILD b/research/BUILD
index 211b3e7..9da08c2 100755
--- a/research/BUILD
+++ b/research/BUILD
@@ -35,3 +35,10 @@ cc_binary(
":sieve",
],
)
+
+cc_binary(
+ name = "brotli_decoder",
+ srcs = ["brotli_decoder.c"],
+ linkstatic = 1,
+ deps = ["//:brotlidec"],
+)