Files
funstraw/BUILD

7 lines
61 B
Python
Raw Normal View History

2016-09-25 15:56:37 -07:00
cc_binary(
name = "test",
srcs = [
"test.cc",
],
)