1 2 3 4 5 6
load("@io_bazel_rules_cobol//cobol:def.bzl", "cobol_binary") cobol_binary( name = "bazel_cobol_example", srcs = ["BAZEL_COBOL_EXAMPLE.CBL"], )