noredink-ui/BUCK
2023-04-26 16:10:36 -05:00

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",
)