1 2 3 4 5 6 7 8
load("//cobol:def.bzl", "cobol_binary") cobol_binary( name = "hello_world", srcs = [ "HELLO_WORLD.CBL", ], )