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.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel
index ae4cfb2f..33cb2c05 100644
--- a/other/fun/BUILD.bazel
+++ b/other/fun/BUILD.bazel
@@ -8,6 +8,7 @@ cc_binary(
8 "@libsodium", 8 "@libsodium",
9 ], 9 ],
10) 10)
11
11cc_binary( 12cc_binary(
12 name = "minimal-save-generator", 13 name = "minimal-save-generator",
13 srcs = ["minimal-save-generator.c"], 14 srcs = ["minimal-save-generator.c"],
@@ -16,7 +17,6 @@ cc_binary(
16 ], 17 ],
17) 18)
18 19
19
20cc_binary( 20cc_binary(
21 name = "sign", 21 name = "sign",
22 srcs = ["sign.c"], 22 srcs = ["sign.c"],