Mercurial
view sori/BUILD @ 30:5bee31a0bdaf
[Bun] Forgot to add the removed files and remove . from third_party
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:53:29 -0700 |
| 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", ], )