diff options
Diffstat (limited to 'BUILD')
| -rw-r--r-- | BUILD | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +load("@io_bazel_rules_cobol//cobol:def.bzl", "cobol_binary") + +cobol_binary( + name = "bazel_cobol_example", + srcs = ["BAZEL_COBOL_EXAMPLE.CBL"], +) |