BUILD 114 B

1234567
  1. cc_binary(
  2. name = "diamantaire",
  3. srcs = ["main.cc"],
  4. deps = [
  5. "//third_party/parser",
  6. ]
  7. )