9 lines
110 B
Python
9 lines
110 B
Python
|
cc_binary(
|
||
|
name = "game",
|
||
|
srcs = glob([
|
||
|
"*.c",
|
||
|
"*.h",
|
||
|
]),
|
||
|
deps = ["//sdl"],
|
||
|
)
|