Skip to content

Commit d856f31

Browse files
committed
Remove hello_world target
1 parent baed7ca commit d856f31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

BUCK

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# A list of available rules and their signatures can be found here: https://buck2.build/docs/api/rules/
22

3-
genrule(
4-
name = "hello_world",
5-
out = "out.txt",
6-
cmd = "echo BUILT BY BUCK2> $OUT",
7-
)
8-
93
genrule(
104
name = "node_modules",
115
srcs = [

0 commit comments

Comments
 (0)