Mercurial
view color_game/BUILD @ 84:bcc76a156aea
Updated to be called src instead of pages.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:01:10 -0800 |
| parents | 35b1abc37969 |
| children | 655ea0b661fd |
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_generic", ], static = True )