diff gara/BUILD @ 45:ac8626c7859c

[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
author MrJuneJune <me@mrjunejune.com>
date Wed, 03 Dec 2025 20:51:50 -0800
parents
children dbf14f84d51c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gara/BUILD	Wed Dec 03 20:51:50 2025 -0800
@@ -0,0 +1,9 @@
+load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
+
+cc_binary(
+  name = "gara_c",
+  srcs = ["main.c"],
+  deps = ["//seobeo:seobeo"],
+)
+
+