4 lines
65 B
Python
Raw Normal View History

2024-05-25 16:08:47 -07:00
cc_binary(
name = "solver",
srcs = glob(["*.c", "*.h"])
)