diff options
Diffstat (limited to 'cobol/def.bzl')
| -rw-r--r-- | cobol/def.bzl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cobol/def.bzl b/cobol/def.bzl new file mode 100644 index 0000000..c78094b --- /dev/null +++ b/cobol/def.bzl @@ -0,0 +1,5 @@ +"""Public definitions for rules_cobol""" + +load("//cobol/internal:rules.bzl", _cobol_binary = "cobol_binary") + +cobol_binary = _cobol_binary |