view sori/BUILD @ 64:a30944e5719e

Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 15:18:46 -0800
parents a58a663dae68
children 75de5903355c
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",
  ],
)