mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-06 22:49:38 +03:00
8 lines
202 B
Python
8 lines
202 B
Python
# A list of available rules and their signatures can be found here: https://buck2.build/docs/api/rules/
|
|
|
|
genrule(
|
|
name = "hello_world",
|
|
out = "out.txt",
|
|
cmd = "echo BUILT BY BUCK2> $OUT",
|
|
)
|