diff options
| author | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
| commit | 5b11262e810c2cd06c0baa120f5674b7f5c98833 (patch) | |
| tree | a3271ec1c4616104b71b1374a5ce6cda2445cca6 /BUILD | |
| download | bazel-cobol-example-main.tar.xz bazel-cobol-example-main.zip | |
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"], +) |