summaryrefslogtreecommitdiff
path: root/other/fun/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'other/fun/BUILD.bazel')
-rw-r--r--other/fun/BUILD.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel
index 93009543..f66aab25 100644
--- a/other/fun/BUILD.bazel
+++ b/other/fun/BUILD.bazel
@@ -25,3 +25,12 @@ cc_binary(
25 "@libsodium", 25 "@libsodium",
26 ], 26 ],
27) 27)
28
29cc_binary(
30 name = "save-generator",
31 srcs = ["save-generator.c"],
32 deps = [
33 "//c-toxcore/testing:misc_tools",
34 "//c-toxcore/toxcore",
35 ],
36)