view sori/BUILD @ 274:c9be578316a6

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

load("//third_party/raylib:raylib.bzl", "raylib_binary")

raylib_binary(
  name = "game",
  srcs = ["main.c"],
  deps = [
    "//dowa:dowa",
    "//third_party/raylib:raylib",
  ],
)