view gara/BUILD @ 274:c9be578316a6

remove jrpg from the list....
author MrJuneJune <me@mrjunejune.com>
date Sat, 08 Aug 2026 02:13:21 -0700
parents dbf14f84d51c
children
line wrap: on
line source

load("@rules_cc//cc:cc_binary.bzl", "cc_binary")

cc_binary(
  name = "gara_c",
  srcs = ["main.c"],
  deps = ["//seobeo:seobeo_min"],
)