Mercurial
view color_game/BUILD @ 105:4de2fb74ce82
Adding few comments for future.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 03 Jan 2026 10:28:54 -0800 |
| parents | 655ea0b661fd |
| children | 8d17f6e6e290 |
line wrap: on
line source
load("//third_party/raylib:raylib.bzl", "raylib_binary") raylib_binary( name = "main", srcs = ["main.c"], deps = [ "//third_party/raylib:raylib", "//dowa:dowa", ], static = True )