Mercurial
view sori/BUILD @ 34:6c322f9c2cb9
[Birthday] I didn't have nay time to buy birhtday present so w/e/
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 11 Oct 2025 15:07:07 -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", ], )