aboutsummaryrefslogtreecommitdiff
path: root/examples/BUILD
blob: e90e7fa366f5426422fc6068de4bc17b6e3c1de6 (plain) (blame)
1
2
3
4
5
6
7
8
load("//cobol:def.bzl", "cobol_binary")

cobol_binary(
    name = "hello_world",
    srcs = [
        "HELLO_WORLD.CBL",
    ],
)