aboutsummaryrefslogtreecommitdiff
path: root/BUILD
blob: 8b9b6a88a8167143e3022b334911ae994b99635a (plain) (blame)
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"],
)