Mercurial
view sori/BUILD @ 35:33b1caf051cd
Updated ignored file to ignore playground.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 30 Oct 2025 09:53:22 -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", ], )